ErrorResponse
Error response as defined in RFC 7644 Section 3.12
detailstring
A detailed human-readable message
schemasstring[]required
Possible values: [urn:ietf:params:scim:api:messages:2.0:Error]
scimTypestring
A SCIM detail error type
Possible values: [invalidFilter, tooMany, uniqueness, mutability, invalidSyntax, invalidPath, noTarget, invalidValue, invalidVers, sensitive]
statusstringrequired
The HTTP status code expressed as a JSON string
Possible values: [400, 401, 403, 404, 409, 500, 501]
ErrorResponse
{
"detail": "string",
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"scimType": "invalidFilter",
"status": "400"
}