Enum elrond::Fault [] [src]

pub enum Fault {
    IllegalMagicNumber,
    IllegalEndianness,
    IllegalClass,
    Bits32ParserFailed,
    TooSmol,
    Complex,
    HeaderDoesntExist,
    Bits64ParserFailed,
    StrTabNotInElf,
    NameNotInStrTab,
    SymTabNotInElf,
    SymTabTooSmol,
}

Errors in the parser

Variants

Attempted to read 32bit data with 64bit parser

Underlying buffer couldn't hold data

Internal parser error, generally missed test case

Attempted to read 32bit data with 64bit parser

Trait Implementations

impl Debug for Fault
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Fault
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Fault
[src]