Operation.State.FAILURE

class Operation.State.FAILURE : Operation.State


This represents an Operation which has failed.

Summary

Public constructors

FAILURE(exception: Throwable)

Public functions

Throwable
String

Public constructors

FAILURE

Added in 1.0.0
FAILURE(exception: Throwable)

Public functions

getThrowable

Added in 1.0.0
fun getThrowable(): Throwable
Returns
Throwable

The Throwable which caused the Operation to fail.

toString

fun toString(): String