Enum k8s_openapi::RequestError [−][src]
Expand description
The type of errors returned by the Kubernetes API functions that prepare the HTTP request.
Variants
Http(Error)An error from preparing the HTTP request.
Json(Error)An error while serializing a value into the JSON body of the HTTP request.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RequestErrorimpl Send for RequestErrorimpl Sync for RequestErrorimpl Unpin for RequestErrorimpl !UnwindSafe for RequestError