Expand description
Failure classification, kept independent from retry/breaker policy.
Enums§
- Failure
Class - Coarse classification of an outcome (used by the circuit breaker).
- Retry
Decision - Whether the engine should retry after an outcome.
Type Aliases§
- Retry
After Extractor - An optional closure that extracts an explicit retry-after delay hint from
an error value. Used by
crate::retry::Retry::retry_after.