pub enum Error<E> {
Show 14 variants Bcc, BufferOverflow, Collision, Crc, IncompleteFrame, NoRoom, Overheating, Parity, Protocol, Spi(E), Timeout, Wr, Nak, Proprietary,
}
Expand description

Errors

Variants

Bcc

Wrong Block Character Check (BCC)

BufferOverflow

FIFO buffer overflow

Collision

Collision

Crc

Wrong CRC

IncompleteFrame

Incomplete RX frame

NoRoom

Provided buffer not large enough

Overheating

Internal temperature sensor detects overheating

Parity

Parity check failed

Protocol

Error during MFAuthent operation

Spi(E)

SPI bus error

Timeout

Timeout

Wr

???

Nak

Not acknowledge

Proprietary

Proprietary frames, commands or protocols used

Trait Implementations

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.