Module aws_smithy_runtime::client::retries::classifier
source · Expand description
Smithy retry classifiers.
Structs
- A retry classifier that will treat HTTP response with those status codes as retryable. The
Default
version will retry 500, 502, 503, and 504 errors. - A retry classifier for checking if an error is modeled as retryable.
- Classifies response, timeout, and connector errors as retryable or not.