Skip to main content

Module error

Module error 

Source
Expand description

Structured error types.

Errors must be classifiable, attributable, and actionable. Every error answers: What failed? Why? What can be done next?

Structs§

HivemindError
Structured error with full context.

Enums§

ErrorCategory
Error category for classification.
ExitCode
Exit codes for CLI.

Type Aliases§

Result
Result type using HivemindError.