FAILURE
class FAILURE : Operation.State
kotlin.Any | ||
↳ | androidx.work.Operation.State | |
↳ | androidx.work.Operation.State.FAILURE |
This represents an Operation
which has failed.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
Throwable | |
String |
toString() |
Public constructors
<init>
FAILURE(@NonNull exception: Throwable)
Public methods
getThrowable
@NonNull fun getThrowable(): Throwable
Return | |
---|---|
Throwable |
The Throwable which caused the Operation to fail. |
toString
@NonNull fun toString(): String