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