Expand description
Classifiers that can inspect a response and determine if it should be retried.
Structs§
- AwsError
Code Classifier - A retry classifier for determining if the response sent by an AWS service requires a retry.
- AwsError
Code Classifier Builder - Builder for
AwsErrorCodeClassifier
Constants§
- THROTTLING_
ERRORS - AWS error codes that represent throttling errors.
- TRANSIENT_
ERRORS - AWS error codes that represent transient errors.