The Identity Management API responds with HTTP problem error objects that provide details useful for debugging.
The following shows a typical error response. The outer object characterizes the overall problem, while the details
array lists potentially more than one problem detected in the request.
{
"type" : "/identity-management/error-types/3",
"status" : 403,
"title" : "no access",
"instance" : "",
"errors" : [ ],
"detail" : ""
}