Enum onedrive_api::error::ErrorKind[][src]

pub enum ErrorKind {
    ClientError,
    ServerError,
    RequestError,
}

Variants

HTTP client error (4xx). Caused by invalid request. See response field of Error for detail.

HTTP server error (5xx). Caused by server invernal error.

Other error from reqwest or serializiation. Including network error, invalid response format, etc.

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind