Module aws_smithy_runtime_api::client::retries::classifiers
source · Available on crate feature
client
only.Expand description
Classifier for determining if a retry is necessary and related code.
Structs§
- The priority of a retry classifier. Classifiers with a higher priority will run before classifiers with a lower priority. Classifiers with equal priorities make no guarantees about which will run first.
- Retry classifier used by the retry strategy to classify responses as retryable or not.
Enums§
- The result of running a
ClassifyRetry
on aInterceptorContext
. - The reason for a retry.
Traits§
- Classifies what kind of retry is needed for a given
InterceptorContext
.