Enum framed::error::Error [] [src]

pub enum Error {
    CobsDecodeFailed,
    EofDuringFrame,
    EncodedFrameTooShort,
    Io(Error),
    Ssmarshal(Error),
}

Variants

COBS decode failed

End of data while reading a frame

The supplied value was too short to be an encoded frame

Forwarded io::Error.

Forwarded ssmarshal::Error.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.