Enum dxf::DxfError [] [src]

pub enum DxfError {
    IoError(Error),
    ImageError(ImageError),
    ParseFloatError(ParseFloatErrorusize),
    ParseIntError(ParseIntErrorusize),
    ParseError(usize),
    UnexpectedCode(i32usize),
    UnexpectedCodePair(CodePairString),
    UnexpectedByte(u8usize),
    UnexpectedEndOfInput,
    UnexpectedEnumValue(usize),
    UnexpectedEmptySet,
    ExpectedTableType(usize),
    WrongValueType(usize),
    InvalidBinaryFile,
    WrongItemType,
}

Variants

Trait Implementations

impl Debug for DxfError
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for DxfError
[src]

[src]

Performs the conversion.

impl From<ImageError> for DxfError
[src]

[src]

Performs the conversion.

impl Display for DxfError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DxfError
[src]

[src]

A short description of the error. Read more

[src]

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