Enum dxf::DxfError [] [src]

pub enum DxfError {
    IoError(Error),
    ParseFloatError(ParseFloatError),
    ParseIntError(ParseIntError),
    ParseError,
    UnexpectedCode(i32),
    UnexpectedCodePair(CodePair, String),
    UnexpectedEndOfInput,
    UnexpectedEnumValue,
    UnexpectedEmptySet,
    ExpectedTableType,
}

Variants

Trait Implementations

impl Debug for DxfError
[src]

Formats the value using the given formatter.

impl From<Error> for DxfError
[src]

Performs the conversion.

impl Display for DxfError
[src]

Formats the value using the given formatter.

impl Error for DxfError
[src]

A short description of the error. Read more

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