Error Handling
Details on the Problem Format
Unauthorized
Constraint Violation
A problem that indicates a syntactically correct, yet semantically illegal request.
{
"type": "https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling#constraint-violation",
"title": "Constraint Violation",
"status": 400,
"detail": "A problem that indicates a syntactically correct, yet semantically illegal request. The Server can not process this request until the client resolves the semantic errors described in the violations section.",
"violations": [
{
"field": "callbackUrl",
"message": "must not be null"
}
]
}
Not Found
{
"type": "https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling#resource-not-found",
"title": "Resource Not Found",
"status": 404,
"detail": "User with id:7b711203-03fe-425c-8503-25826f2b579e not found"
}
Updated over 2 years ago