Module aws_config::retry
source · [−]Expand description
This module defines types that describe when to retry given a response.
Structs
Enums
Type of error that occurred when making a request.
Failure to parse retry config from profile file or environment variable.
RetryKind
describes how a request MAY be retried for a given responseSpecifies how failed requests should be retried.
Traits
Trait that provides an
ErrorKind
and an error code.