Enum aruba_ripple::Error [] [src]

pub enum Error {
    Authentication,
    Hyper(Error),
}

Airwave API client errors

Variants

Authentication

An authentication error

Hyper

An HTTP error from Hyper

Trait Implementations

impl Display for Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result