Enum egsphsp::EGSError [] [src]

pub enum EGSError {
    Io(Error),
    BadMode,
    BadLength,
    ModeMismatch,
    HeaderMismatch,
    RecordMismatch,
}

Variants

Trait Implementations

impl Debug for EGSError
[src]

Formats the value using the given formatter.

impl From<Error> for EGSError
[src]

Performs the conversion.

impl Display for EGSError
[src]

Formats the value using the given formatter.

impl Error for EGSError
[src]

A short description of the error. Read more

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