Enum micro_kit::http::APIError [] [src]

pub enum APIError<T: Debug> {
    PoisonError(PoisonError<T>),
    JsonError(Error),
}

Variants

Trait Implementations

impl<T: Debug + Debug> Debug for APIError<T>
[src]

Formats the value using the given formatter.

impl<T: Debug> Display for APIError<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Debug> Error for APIError<T>
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more