autoRetry property

RequestAutoRetry autoRetry

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.

Information about this request related to retries is also available here. This includes the current number of attempts and the current list of failures.

Implementation

RequestAutoRetry get autoRetry;
void autoRetry=(RequestAutoRetry value)

Implementation

set autoRetry(RequestAutoRetry value);