This section details the API's response object format and range of HTTP error responses.
If an error occurs, this API responds with JSON objects that provide information you can use to debug the problem. Each type
URI specifies a unique error case, for example:
{
"code": "bad.request",
"title": "Bad Request",
"incidentId": "5fb5aaea-390e-46f3-bf93-dffe8cda5a61",
"details": [
{
"code": "invalid.data",
"message": "Invalid data, Cp code data[Name/Id] not present"
}
]
}
For details on information contained in the error responses, refer to Error response syntax.