Skip to main content

Errors Codes

In the event of receiving an HTTP 40x response from a REPORTS API request, the response body will contain a JSON document showing a response code and human readable error string.

{
"result_code": "100",
"result_message": "Un-parsable Request Document"
}

Result Code List

Result CodeShould RetryResult Message
-4NoUnsupported Media Type
-3NoNot Acceptable
-2NoHTTP method not allowed
-1YesThere has been an internal error!
2NoAuthentication Failure
100NoUn-Parsable Request Document – The JSON request document supplied was not correctly formed
104NoThat combination of query parameters is not possible
404NoNot found

Note: First four result codes have Negative values