Enum k8s_sync::errors::KubernetesError [−][src]
pub enum KubernetesError {
RequestError,
IoError {
source: Error,
},
ClientBuildError,
HttpClientBuildError {
message: String,
},
HttpClientRequestError,
HttpClientParseResponseError {
message: String,
},
ApiRequestError {
source: RequestError,
},
Base64DecodeError {
source: DecodeError,
},
InvalidDataError,
ConfigLoadError,
WrongDatetimeFormat {
source: ParseError,
},
}Variants
Fields of IoError
source: ErrorFields of HttpClientBuildError
message: StringFields of HttpClientParseResponseError
message: StringFields of ApiRequestError
source: RequestErrorFields of Base64DecodeError
source: DecodeErrorFields of WrongDatetimeFormat
source: ParseErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for KubernetesError
impl Send for KubernetesError
impl Sync for KubernetesError
impl Unpin for KubernetesError
impl !UnwindSafe for KubernetesError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
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
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