Expand description
Load-side error type and classification.
The Error type wraps anyhow::Error for rich diagnostics and carries a
recoverable / critical bit used by probing call sites. The Kind enum enumerates
the well-known structural failure modes; Kind::is_recoverable is the canonical
source of truth for the recoverable / critical classification.
Structs§
- Error
- Load-side error.
Enums§
- Kind
- Well-known classes of load-side failure.
Type Aliases§
- Result
- A specialized
std::result::Resultfor load-side operations.