RetryContext interface

Properties

elapsedMilliseconds

The amount of time in milliseconds spent retrying so far.

previousRetryCount

The number of consecutive failed tries so far.

retryReason

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