Enum backblaze_b2::B2Error [] [src]

pub enum B2Error {
    HyperError(Error),
    IOError(Error),
    JsonError(Error),
    B2Error(StatusCodeB2ErrorMessage),
    LibraryError(String),
}

Variants

Trait Implementations

impl Debug for B2Error
[src]

Formats the value using the given formatter.

impl From<Error> for B2Error
[src]

Performs the conversion.

impl From<Error> for B2Error
[src]

Performs the conversion.

impl From<ParseError> for B2Error
[src]

Performs the conversion.

impl From<Error> for B2Error
[src]

Performs the conversion.

impl Display for B2Error
[src]

Formats the value using the given formatter. Read more