Expand description
Generic netstack errors.
Structs§
- Address
Resolution Failed - Error when link address resolution failed for a neighbor.
- Exists
Error - Error when something exists unexpectedly.
- NotFound
Error - Error when something unexpectedly doesn’t exist, such as trying to remove an element when the element is not present.
- NotSupported
Error - Error when something is not supported.
Enums§
- Local
Address Error - Error type for errors common to local addresses.
- Remote
Address Error - An error encountered when attempting to create a UDP, TCP, or ICMP connection.
- Socket
Error - Error type for connection errors.
- Zoned
Address Error - Indicates a problem related to an address with a zone.