-
- All Implemented Interfaces:
-
app.rive.Result
public final class Result.Error implements Result<Nothing>
-
-
Constructor Summary
Constructors Constructor Description Result.Error(Throwable throwable)
-
Method Summary
Modifier and Type Method Description final ThrowablegetThrowable()-
-
Constructor Detail
-
Result.Error
Result.Error(Throwable throwable)
-
-
Method Detail
-
getThrowable
final Throwable getThrowable()
-
-
-
-