Module netstack3_core::error
source · Expand description
Custom error types for the netstack.
Structs
- Error when link address resolution failed for a neighbor.
- Error when something exists unexpectedly.
- Error when no route exists to a remote address.
- Error when something unexpectedly doesn’t exist, such as trying to remove an element when the element is not present.
- Error when something is not supported.
Enums
- Error type for errors common to local addresses.
- Top-level error type the netstack.
- An error encountered when attempting to create a UDP, TCP, or ICMP connection.
- Error type for setting properties on IP addresses.
- Error type for connection errors.
- Error when a static neighbor entry cannot be inserted.
- Indicates a problem related to an address with a zone.
Type Aliases
- Results returned from many functions in the netstack.