avail
2.0.0.alpha28
jvm
avail
/
avail.io
/
SimpleCompletionHandler
/
Companion
/
FailureHelper
Failure
Helper
class
FailureHelper
<
V
>
(
val
throwable
:
Throwable
,
val
handler
:
SimpleCompletionHandler
<
V
>
)
A helper syntax class for completion failures.
Members
Constructors
Failure
Helper
Link copied to clipboard
constructor
(
throwable
:
Throwable
,
handler
:
SimpleCompletionHandler
<
V
>
)
Properties
handler
Link copied to clipboard
val
handler
:
SimpleCompletionHandler
<
V
>
throwable
Link copied to clipboard
val
throwable
:
Throwable
The exception that indicates failure.