This section provides details on the data object that reflects the API's common response to error cases and lists the API's range of response status codes
This API responds with JSON objects that adhere to the HTTP Problem Details standard. The following sample shows a missing resource error response:
{
"type": "https://problems.omni.akamaiapis.net/http/not-found",
"title": "Not Found",
"detail": "Invalid Resource Requested. Code-090209",
"status": 404,
"instance": "aeb030ed-0645-484d-93e2-77e88345663c"
}
For details on information contained in the error responses, refer to Error response syntax.