RetryOnError

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

Represents a retry event triggered when an error occurs.

Parameters

throwable

The error that occurred.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard