Skip to main content

Module error

Module error 

Source
Expand description

Error types for cbtop

§Yuan Gate Error Handling

Reference: Yuan, D., et al. (2014). “Simple Testing Can Prevent Most Critical Failures”

  • 92% of catastrophic failures caused by _ => {} catch-all patterns
  • All errors are explicit, no catch-all patterns allowed

Enums§

CbtopError
Main error type for cbtop
CollectorError
Collector-specific errors
LoadError
Load generator errors

Type Aliases§

Result
Result type alias for cbtop