Expand description
Unified CLI error type system
Design principles:
- Clear semantics: each error type has a well-defined use case
- No duplication: eliminate semantically overlapping error types
- Layered: distinguish system errors vs. business errors
- Easy to debug: provide sufficient context information
Enums§
Type Aliases§
- Result
- CLI-specific Result type