FailureHelper

class FailureHelper<V>(val throwable: Throwable, val handler: SimpleCompletionHandler<V>)

A helper syntax class for completion failures.

Constructors

Link copied to clipboard
fun <V> FailureHelper(throwable: Throwable, handler: SimpleCompletionHandler<V>)

Properties

Link copied to clipboard
val handler: SimpleCompletionHandler<V>
Link copied to clipboard
val throwable: Throwable

The exception that indicates failure.