Response Codes
HTTP response codes will be one of the following:
-
2xx - Indicates successful call: 200 (OK)
-
4xx - Indicates unsuccessful call: not authorized, not found, unacceptable header, unsupported media type, etc.
-
500 - Indicates internal error, plus the exceptionDetailType JSON object:
Name |
Description |
Type/Format |
Example |
Error |
A JSON object describing the error |
Error JSON Object |
|
description |
A description of the error |
String, max 256 chars |
Invalid location Id |
Number |
The number associated with the errorA list is provided in the appendix. |
Numeric, max 16 digits |
1234565 |