Enum at_cryptoauth::error::Status[][src]

pub enum Status {
    CheckmacVerifyFailed,
    Execution,
    Parse,
    Crc,
    Unknown,
    Ecc,
    SelfTest,
    HealthTest,
}

Variants

CheckmacVerifyFailed

response status byte indicates CheckMac failure (status byte = 0x01)

Execution

chip was in a state where it could not execute the command, response status byte indicates command execution error (status byte = 0x0F)

Parse

response status byte indicates parsing error (status byte = 0x03)

Crc

response status byte indicates Device did not receive data properly (status byte = 0xFF)

Unknown

response status byte is unknown

Ecc

response status byte is Ecc fault (status byte = 0x05)

SelfTest

response status byte is Self Test Error, chip in failure mode (status byte = 0x07)

HealthTest

random number generator health test error

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.