public class Result<T>
Sealed class of HTTP result
| Modifier and Type | Class and Description |
|---|---|
static class |
Result.Error
HTTP error
|
static class |
Result.Exception
Network exception occurred talking to the server or when an unexpected
exception occurred creating the request or processing the response
|
static class |
Result.Ok<T>
Successful result of request without errors
|