AsyncRetryOptions
API reference for AsyncRetryOptions
Type Alias: AsyncRetryOptions
Section titled “Type Alias: AsyncRetryOptions”AsyncRetryOptions =
object
Properties
Section titled “Properties”factor
Section titled “factor”factor:
number
minTimeout
Section titled “minTimeout”minTimeout:
number
retries
Section titled “retries”retries:
number
shouldRetryError()?
Section titled “shouldRetryError()?”
optional
shouldRetryError: (error
) =>boolean
Parameters
Section titled “Parameters”Error
Returns
Section titled “Returns”boolean