Module netstack3_core::error

source ·
Expand description

Custom error types for the netstack.

Structs

  • 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

Type Definitions

  • Results returned from many functions in the netstack.