Enum curs::CursError [] [src]

pub enum CursError {
    Status(Response),
    Network(HyperError),
    Json(Error),
}

Sending your request may fail for any of the following reasons.

Variants

Status
Network
Json

Trait Implementations

impl From<HyperError> for CursError

fn from(err: HyperError) -> CursError

impl From<IoError> for CursError

fn from(i: IoError) -> CursError

impl From<Error> for CursError

fn from(err: Error) -> CursError

Derived Implementations

impl Debug for CursError

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