Type for options passed into retryAsync function.
Optional
Retry delays, in milliseconds (no delay by default), or a callback that returns the delays.
Error notifications.
Maximum number of retries (infinite by default), or a callback to indicate the need for another retry.
Type for options passed into retryAsync function.