PermanentFailure

class PermanentFailure<V>(val exception: Throwable) : PersistentMap.ProcessResult<V>

Constructors

Link copied to clipboard
fun PermanentFailure(exception: Throwable)

Properties

Link copied to clipboard
val exception: Throwable