Enum unrest::Error [] [src]

pub enum Error {
    RouterError,
    ParamParseError(String),
    ParamNotFound(&'static str),
    HyperError(HyperError),
    FromDataError(String),
    StateNotFound(String),
    OtherUsersFault(String),
    OtherServersFault(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Responder for Error
[src]

impl From<ParseIntError> for Error
[src]

Performs the conversion.

impl From<ParseFloatError> for Error
[src]

Performs the conversion.

impl From<ParseBoolError> for Error
[src]

Performs the conversion.

impl From<ParseStringError> for Error
[src]

Performs the conversion.

impl From<HyperError> for Error
[src]

Performs the conversion.