Get in touch
Get in touch

ApiError

new ApiError()

API Error - thrown if an error is returned by the API
Properties
NameTypeDescription
statusCodenumberThe status code returned by the server
statusTextstringThe status text associated with the status code
errorstringThe error message returned by the API if available
bodystringThe response body as a string if available
jsonObjectThe response body as an object if available

Extends