RetryContext interface
Properties
elapsed |
The amount of time in milliseconds spent retrying so far. |
previous |
The number of consecutive failed tries so far. |
retry |
The error that forced the upcoming retry. |
Property Details
elapsedMilliseconds
The amount of time in milliseconds spent retrying so far.
elapsedMilliseconds: number
Property Value
number
previousRetryCount
The number of consecutive failed tries so far.
previousRetryCount: number
Property Value
number
retryReason
The error that forced the upcoming retry.
retryReason: Error
Property Value
Error