Count of this retry attempt
The reason for retrying again
Response object if the API returned one
A boolean that will decide if the next retry should happen or not. Can be a promise which is automatically awaited. This is useful when you need to wait for a condition before the next retry happens. E.g. network connectivity.
Generated using TypeDoc
Retry options for this plugin