Expand description
Retry configuration
Modules§
- error
- Errors for retry configuration
Structs§
- Retry
Config - Retry configuration for requests.
- Retry
Config Builder - Builder for
RetryConfig
.
Enums§
- Error
Kind - Type of error that occurred when making a request.
- Retry
Kind RetryKind
describes how a request MAY be retried for a given response- Retry
Mode - Specifies how failed requests should be retried.
Traits§
- Provide
Error Kind - Trait that provides an
ErrorKind
and an error code.