public static class Result.Exception extends Result<T> implements ErrorResult
Network exception occurred talking to the server or when an unexpected exception occurred creating the request or processing the response
Result.Error, Result.Exception, Result.Ok<T>| Constructor and Description |
|---|
Exception(java.lang.Throwable exception)
Network exception occurred talking to the server or when an unexpected
exception occurred creating the request or processing the response
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException() |
java.lang.String |
toString() |
getException