autoRetry property

AutoRetryConfig autoRetry
getter/setter pair

Configuration of automatic request retrying for failed requests. Use this object to enable or disable automatic retrying, configure the criteria that determines whether or not a request should be retried, as well as the number of retries to attempt.

Every request created by this client will inherit this automatic retry configuration.

Implementation

late AutoRetryConfig autoRetry;