If an error occurs, this API responds with JSON objects that provide information you can use to debug the problem. This example shows an incorrect request error, where details
explain why the error occurred and incidentId
may be useful if you need to communicate about the problem with your support representative:
{
"details": [
{
"code": "required.param.missing",
"message": "Required parameter missing"
}
],
"code": "bad.request",
"title": "Bad Request",
"incidentId": "4fbffdcb-dd74-4d0d-9dfe-3b17fbdf66df"
}
For details on information contained in the error responses, refer to Error response syntax.