Errors
Syntax error
Syntactical errors in the request will result in an HTTP 400 Bad Request
.
{
"code": 400,
"message": "ERROR_6700_PARSING_ERROR: Error in parsing the XACML Request"
}
Technical error
When a technical error occurs, for example, when an attribute connector cannot connect to its policy information point, an HTTP 500 Internal Server Error
will be returned.
{
"code": 500,
"message": "Unable to get attribute Attributes.access_subject.subject_type"
}