Enum socketcan::ConstructionError [] [src]

pub enum ConstructionError {
    IDTooLarge,
    TooMuchData,
}

Error that occurs when creating CAN packets

Variants

CAN ID was outside the range of valid IDs

More than 8 Bytes of payload data were passed in

Trait Implementations

impl Debug for ConstructionError
[src]

Formats the value using the given formatter.

impl Copy for ConstructionError
[src]

impl Clone for ConstructionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ConstructionError
[src]

Formats the value using the given formatter. Read more

impl Error for ConstructionError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more