While playing around with master I received the following error response:
{
"error": {
"root_cause": [],
"type": "access_control_exception",
"reason": "access denied (\"java.io.FilePermission\" \"default-mapping.json\" \"read\")"
},
"status": 500
}
The root_cause should probably contain something, even if it is just a copy of the outer level error.
While playing around with master I received the following error response:
{ "error": { "root_cause": [], "type": "access_control_exception", "reason": "access denied (\"java.io.FilePermission\" \"default-mapping.json\" \"read\")" }, "status": 500 }The
root_causeshould probably contain something, even if it is just a copy of the outer level error.