Enum kube_runtime::watcher::Error [−][src]
pub enum Error {
InitialListFailed(Error),
WatchStartFailed(Error),
WatchError(ErrorResponse),
WatchFailed(Error),
TooManyObjects,
}Variants
InitialListFailed(Error)
Tuple Fields
0: ErrorWatchStartFailed(Error)
Tuple Fields
0: ErrorWatchError(ErrorResponse)
WatchFailed(Error)
Tuple Fields
0: ErrorTooManyObjects
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
