Module a653rs_linux_core::error

source ·
Expand description

Error handling for this crate

Structs§

  • Combination of a SystemError with an anyhow error and its time window
  • Combination of a SystemError with an anyhow error

Enums§

  • The time window in which the error has occurred
  • A low-level error issued by the operating system

Traits§

  • Converts a Result into one of our own Result types
  • Converts a TypedResult to one of our own Result types

Type Aliases§

  • A Result containing a SystemError with its accompanying error and time window
  • A Result containing a SystemError with its accompanying source