Enum dxf::DxfError [] [src]

pub enum DxfError {
    IoError(Error),
    ParseFloatError(ParseFloatError),
    ParseIntError(ParseIntError),
    ParseError,
    UnexpectedCode(i32),
    UnexpectedCodePair(CodePairString),
    UnexpectedByte(u8),
    UnexpectedEndOfInput,
    UnexpectedEnumValue,
    UnexpectedEmptySet,
    ExpectedTableType,
    WrongValueType,
    InvalidBinaryFile,
}

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. Read more

impl Error for DxfError
[src]

A short description of the error. Read more

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