Expand description
Structured error types.
Errors must be classifiable, attributable, and actionable. Every error answers: What failed? Why? What can be done next?
Structs§
- Hivemind
Error - Structured error with full context.
Enums§
- Error
Category - Error category for classification.
- Exit
Code - Exit codes for CLI.
Type Aliases§
- Result
- Result type using
HivemindError.