FailureHelper

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

A helper syntax class for completion failures.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

The exception that indicates failure.