Enum uavcan::transfer::IOError[][src]

pub enum IOError {
    BufferExhausted,
    InvalidInput,
    ErrorDetectionCode,
    Other,
}

Common transmit/receive errors. This list is intended to grow over time and it is not recommended to exhaustively match against it.

Variants

In case of transmissions: Buffer full. In case of reception: Buffer empty.

A reception can fail with this error if it's grounded in the parity checking, CRC calculation or similar.

Trait Implementations

impl Copy for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<Error> for Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Error
[src]

Auto Trait Implementations

impl Send for Error

impl Sync for Error