Module retry

Source
Expand description

Retry configuration

Modules§

error
Errors for retry configuration

Structs§

RetryConfig
Retry configuration for requests.
RetryConfigBuilder
Builder for RetryConfig.

Enums§

ErrorKind
Type of error that occurred when making a request.
RetryKind
RetryKind describes how a request MAY be retried for a given response
RetryMode
Specifies how failed requests should be retried.

Traits§

ProvideErrorKind
Trait that provides an ErrorKind and an error code.