Module aws_runtime::retries::classifier
source · Expand description
Classifiers that can inspect a response and determine if it should be retried.
Structs
- A retry classifier that checks for
x-amz-retry-after
headers. If one is found, aRetryReason::Explicit
is returned containing the duration to wait before retrying. - A retry classifier for determining if the response sent by an AWS service requires a retry.
Constants
- AWS error codes that represent throttling errors.
- AWS error codes that represent transient errors.