Skip to main content

Module errors

Module errors 

Source
Expand description

Error classification for retry and circuit-breaker decisions.

Structs§

NoopErrorClassifier
A no-op classifier that considers every error non-retryable.

Traits§

ErrorClassifier
Classifies errors for retry and circuit-breaker decisions.