Enum kube_runtime::watcher::Error [−][src]
pub enum Error {
InitialListFailed {
source: Error,
backtrace: Backtrace,
},
WatchStartFailed {
source: Error,
backtrace: Backtrace,
},
WatchError {
source: ErrorResponse,
backtrace: Backtrace,
},
WatchFailed {
source: Error,
backtrace: Backtrace,
},
}
Variants
Fields of WatchError
source: ErrorResponse
backtrace: Backtrace
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more