Enum canteen::request::RequestError [] [src]

pub enum RequestError {
    JsonObjError(Error),
    JsonStrError(Error),
    StrCopyError(FromUtf8Error),
}

This enum represents the errors that might be encountered.

Variants

Trait Implementations

impl Debug for RequestError
[src]

Formats the value using the given formatter.

impl From<Error> for RequestError
[src]

Performs the conversion.

impl From<FromUtf8Error> for RequestError
[src]

Performs the conversion.