Expand description
This module defines types that describe when to retry given a response.
Structs§
- Retry configuration for requests.
- Builder for
RetryConfig
. - Failure to parse a
RetryMode
from string.
Enums§
- Type of error that occurred when making a request.
- Mode for connection re-establishment
RetryKind
describes how a request MAY be retried for a given response- Specifies how failed requests should be retried.
Traits§
- Trait that provides an
ErrorKind
and an error code.