Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 388 Bytes

api-exception.md

File metadata and controls

13 lines (8 loc) · 388 Bytes

ApiException

Thrown when there is a network error or HTTP response status code is not okay.

Methods

Name Type Description
getHttpRequest() HttpRequest Returns the HTTP request.
getHttpResponse() ?HttpResponse Returns the HTTP response.
hasResponse() bool Is the response available?