Enum blockade::BlockadeError [] [src]

pub enum BlockadeError {
    HttpError(Error),
    ServerError(String),
    OtherError(String),
    JsonError(Error),
}

Variants

Trait Implementations

impl Debug for BlockadeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BlockadeError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for BlockadeError
[src]

[src]

Performs the conversion.

impl From<Error> for BlockadeError
[src]

[src]

Performs the conversion.

impl Error for BlockadeError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for Error

impl Sync for Error