Expand description
Errors that can be returned by functions in dlt_parse.
Re-exports§
pub use super::*;
Structs§
- DltMessage
Length TooSmall Error - Error if the length field in a DLT headeris smaller then the header the calculated header size based on the flags (+ minimum payload size of 4 bytes/octetets)
- Storage
Header Start Pattern Error - Error that occurs when another pattern then
crate::storage::StorageHeader::PATTERN_AT_START
is encountered at the start when parsing a StorageHeader. - Unexpected
EndOf Slice Error - Error if a slice did not contain enough data to decode a value.
- Unsupported
DltVersion Error - Error that is triggered when an unsupported DLT version is encountred when parsing.
Enums§
- Layer
- Error in which an error occured.
- Packet
Slice Error - Errors that can occur when slicing a DLT packet.
- Range
Error - Error that can occur when an out of range value is passed to a function.
- Read
Error - Errors that can occure on reading a dlt header.
- Typed
Payload Error - Error that can occur when trying to get a
crate::DltTypedPayload
from acrate::DltPacketSlice
. - Verbose
Decode Error