Enum k8s_openapi::RequestError [−][src]
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
impl Debug for RequestError[src]
impl Debug for RequestErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for RequestError[src]
impl Display for RequestErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for RequestError[src]
impl Error for RequestErrorAuto Trait Implementations
impl Send for RequestError
impl Send for RequestErrorimpl Sync for RequestError
impl Sync for RequestError