This is the base class for all exceptions that represent an error response from the server.
| Name | Description |
|---|---|
ApiException(String reason) |
Initialization constructor. |
ApiException(String reason, |
Initialization constructor. |
| Name | Description | Return Type |
|---|---|---|
getResponseCode() |
The HTTP Response code from the API request | int |
getHttpContext() |
The HTTP Context from the API request. | HttpContext |