Failed

constructor(throwable: Throwable, retryCount: Int = 0, willRetry: Boolean = false)

Parameters

throwable

The exception that caused the failure.

retryCount

How many times this task has already been retried.

willRetry

True if the task will be automatically retried per its RetryPolicy.