onIgnoredError

suspend fun onIgnoredError(action: suspend (RetryEvent.RetryOnIgnoredError) -> Unit): Job(source)

Executes the given action when an error is ignored during a retry attempt. The underlying event is emitted when a retry is not needed to complete the operation (e.g., the exception that occurred is not a retryable exception).

See also