httpRetryOptions property

RetryOptions httpRetryOptions
read / write

The RetryOptions to use when a HTTP request fails.

Note that this will not retry requests that fail because of their HTTP response code (e.g a 4xx response) but rather requests that fail due to native errors (e.g failed host lookup) which can occur if there is no internet.

Implementation

RetryOptions httpRetryOptions;