Module pace_core::error

source ·
Expand description

Error types and Result module.

Structs§

Enums§

Type Aliases§

  • Result type that is being returned from methods that can fail and thus have PaceErrors.
  • Result type that is being returned from test functions and methods that can fail and thus have errors.