Enum kube_core::Error [−][src]
pub enum Error { RequestValidation(String), SerdeError(Error), HttpError(Error), InvalidGroupVersion(String), }
Expand description
Core error types.
Variants
RequestValidation(String)
A request validation failed
SerdeError(Error)
Common error case when requesting parsing into own structs
HttpError(Error)
Http based error
InvalidGroupVersion(String)
Invalid GroupVersion
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error