Skip to main content

Module error

Module error 

Source
Expand description

Unified CLI error type system

Design principles:

  1. Clear semantics: each error type has a well-defined use case
  2. No duplication: eliminate semantically overlapping error types
  3. Layered: distinguish system errors vs. business errors
  4. Easy to debug: provide sufficient context information

Enums§

ActrCliError

Type Aliases§

Result
CLI-specific Result type