RetryContext interface

Properties

exception

Exception that caused the retry

maxRetryCount

Max retry count is the maximum number of times an execution is retried before eventual failure. A value of -1 means to retry indefinitely.

retryCount

Current retry count of the function executions.

Property Details

exception

Exception that caused the retry

exception?: Exception

Property Value

maxRetryCount

Max retry count is the maximum number of times an execution is retried before eventual failure. A value of -1 means to retry indefinitely.

maxRetryCount: number

Property Value

number

retryCount

Current retry count of the function executions.

retryCount: number

Property Value

number