Module error

Source
Expand description

Generic netstack errors.

Structs§

AddressResolutionFailed
Error when link address resolution failed for a neighbor.
ExistsError
Error when something exists unexpectedly.
NotFoundError
Error when something unexpectedly doesn’t exist, such as trying to remove an element when the element is not present.
NotSupportedError
Error when something is not supported.

Enums§

LocalAddressError
Error type for errors common to local addresses.
RemoteAddressError
An error encountered when attempting to create a UDP, TCP, or ICMP connection.
SocketError
Error type for connection errors.
ZonedAddressError
Indicates a problem related to an address with a zone.