Module someip_parse::err

source ·
Expand description

Error types of someip_parse.

Structs

  • Error when different lengths are conflicting with each other (e.g. not enough data in a slice to decode a header).
  • Error when not enough space is available in a slice to write a packet or header to it.
  • Error if the offset of the tp header is not a multiple of 16.

Enums