Enum raze::B2Error[][src]

pub enum B2Error {
    ReqwestError(Error),
    IOError(Error),
    SerdeError(Error),
    B2Error(B2ApiError),
    B2EngineError,
}

The various kinds of errors this crate may return

Variants

HTTP related errors

IO related errors

Serialization related errors

API related errors, eg. invalid requests

Errors returned from the engine module

Trait Implementations

impl Debug for B2Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for B2Error

impl Sync for B2Error