Enum rocket_contrib::MsgPackError [] [src]

pub enum MsgPackError {
    InvalidMarkerRead(Error),
    InvalidDataRead(Error),
    TypeMismatch(Marker),
    OutOfRange,
    LengthMismatch(u32),
    Uncategorized(String),
    Syntax(String),
    Utf8Error(Utf8Error),
    DepthLimitExceeded,
}

Variants

The actual value type isn't equal with the expected one.

Numeric cast failed due to out of range error.

Uncategorized error.

Trait Implementations

impl Error for Error
[src]

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl<'a> From<DecodeStringError<'a>> for Error
[src]

impl From<ValueReadError> for Error
[src]

impl From<NumValueReadError> for Error
[src]

impl From<Utf8Error> for Error
[src]

impl From<MarkerReadError> for Error
[src]

impl Error for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter.