Enum libnewbee::Error [] [src]

pub enum Error {
    ParserError(String),
    More,
    Faild(&'static str),
    Other,
    LzfError(LzfError),
    IoError(Error),
    FromUtf8Error(FromUtf8Error),
    ParseFloatError(ParseFloatError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<ParseFloatError> for Error
[src]

Performs the conversion.

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.

impl From<LzfError> for Error
[src]

Performs the conversion.