public class Error
extends Result
Represents a failed class Result, containing an error.
class Result| Constructor and Description |
|---|
Error(java.lang.Throwable error)
Represents a failed
class Result, containing an error. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Throwable |
getError() |
int |
hashCode() |
component1, component2, toStringpublic Error(@NotNull
java.lang.Throwable error)
Represents a failed class Result, containing an error.
class Result