Enum ppbert::error::BertError [] [src]

pub enum BertError {
    IoError(Error),
    InvalidMagicNumber(usize),
    InvalidTag(usizeu8),
    InvalidFloat(usize),
    InvalidUTF8Atom(usize),
    InvalidLatin1Atom(usize),
    ExtraData(usize),
    EOF(usize),
}

Variants

Trait Implementations

impl Debug for BertError
[src]

Formats the value using the given formatter.

impl Display for BertError
[src]

Formats the value using the given formatter. Read more

impl Error for BertError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for BertError
[src]

Performs the conversion.