HTTP Exceptions

The below can be expected if there is a problem with an API request; when an HTTP 200 is not returned.

ParameterDescription
HTTP 400Bad request/Syntax Error. Check the body of the request and the error description.
HTTP 401Bad credentials. Make sure username and password are correct.
HTTP 404Error sending the request. Check endpoint.
HTTP 500System Error