Expand description

This module defines types that describe when to retry given a response.

Structs

Retry configuration for requests.

Failure to parse a RetryMode from string.

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 response

Specifies how failed requests should be retried.

Traits

Trait that provides an ErrorKind and an error code.