pub enum L7Error {
NoRouteMatch,
BackendGroupNotFound(String),
NoHealthyBackend,
RateLimitExceeded,
}Expand description
L7 load balancer error.
Variants§
NoRouteMatch
No route matched.
BackendGroupNotFound(String)
Backend group not found.
NoHealthyBackend
No healthy backend.
RateLimitExceeded
Rate limit exceeded.
Trait Implementations§
impl Eq for L7Error
impl StructuralPartialEq for L7Error
Auto Trait Implementations§
impl Freeze for L7Error
impl RefUnwindSafe for L7Error
impl Send for L7Error
impl Sync for L7Error
impl Unpin for L7Error
impl UnwindSafe for L7Error
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)