RetryOnIgnoredError

data class RetryOnIgnoredError(val throwable: Throwable) : RetryEvent(source)

Represents a retry event triggered when an error is ignored.

Parameters

throwable

The error that was ignored.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard