| Package | Description |
|---|---|
| io.alwaysonmobile.hullo.api | |
| io.alwaysonmobile.hullo.api.client |
| Modifier and Type | Method and Description |
|---|---|
GenericError |
ApiException.getError()
Get the error object
|
| Constructor and Description |
|---|
ApiException(int code,
Map<String,List<String>> responseHeaders,
String responseBody,
GenericError error) |
ApiException(int code,
String message,
GenericError error) |
ApiException(int code,
String message,
Map<String,List<String>> responseHeaders,
String responseBody,
GenericError error) |
ApiException(String message,
int code,
Map<String,List<String>> responseHeaders,
String responseBody,
GenericError error) |
ApiException(String message,
Throwable throwable,
int code,
Map<String,List<String>> responseHeaders,
GenericError error) |
ApiException(String message,
Throwable throwable,
int code,
Map<String,List<String>> responseHeaders,
String responseBody,
GenericError error) |
| Modifier and Type | Method and Description |
|---|---|
GenericError |
GenericError.code(String code) |
GenericError |
GenericError.text(String text) |
Copyright © 2024. All rights reserved.