Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 609 Bytes

File metadata and controls

19 lines (12 loc) · 609 Bytes

ApiException

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, HttpContext context) 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