Skip to main content

Module error

Module error 

Source
Expand description

Custom error types for the packet formats.

Structs§

NotZeroError
A not zero value for T was observed, but zero was expected.
UnrecognizedProtocolCode
Error type for an unrecognized protocol code of type T.

Enums§

IpParseErrorAction
Action to take when an IP node fails to parse a received IP packet.
Ipv6ParseError
Error type for IP packet parsing. Error when parsing an IPv6 packet.
ParseError
Error type for packet parsing.

Type Aliases§

IpParseResult
Results returned from IP packet parsing functions in the netstack.
ParseResult
Result returned from packet parsing functions.