RetriableFailure

class RetriableFailure<V>(val value: V, val exception: Throwable) : PersistentMap.ProcessResult<V>

Constructors

Link copied to clipboard
fun <V> RetriableFailure(value: V, exception: Throwable)

Properties

Link copied to clipboard
val exception: Throwable
Link copied to clipboard
val value: V