HTTP Exceptions
The below can be expected if there is a problem with an API request; when an HTTP 200 is not returned.
Parameter | Description |
---|---|
HTTP 400 | Bad request/Syntax Error. Check the body of the request and the error description. |
HTTP 401 | Bad credentials. Make sure username and password are correct. |
HTTP 404 | Error sending the request. Check endpoint. |
HTTP 500 | System Error |
Updated about 2 years ago