If an error occurs, this API responds with JSON objects that provide information you can use to debug the problem. For example:
{
"code": "forbidden",
"title": "Forbidden",
"details": [
{
"field": null,
"code": null,
"message": "User does not have access to resource",
"data": null
}
],
"incidentId": null,
"resolution": null,
"helpUrl": null
}
For details on information contained in the error responses, refer to Error response syntax.