Enum mfrc522::Error [] [src]

pub enum Error<E> {
    Bcc,
    BufferOverflow,
    Collision,
    Crc,
    IncompleteFrame,
    Overheating,
    Parity,
    Protocol,
    Spi(E),
    Timeout,
    Wr,
}

Errors

Variants

Wrong Block Character Check (BCC)

FIFO buffer overflow

Collision

Wrong CRC

Incomplete RX frame

Internal temperature sensor detects overheating

Parity check failed

Error during MFAuthent operation

SPI bus error

Timeout

???

Trait Implementations

impl<E: Debug> Debug for Error<E>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for Error<E> where
    E: Send

impl<E> Sync for Error<E> where
    E: Sync