policies:subjects.notfound

{
  "topic": "unknown/unknown/policies/errors",
  "headers": {
    "content-type": "application/vnd.eclipse.ditto+json"
  },
  "path": "/",
  "value": {
    "status": 404,
    "error": "policies:subjects.notfound",
    "message": "The Subjects of the PolicyEntry with Label 'the_label' on the Policy with ID 'com.acme:the_policy_id' could not be found or requester had insufficient permissions to access it.",
    "description": "Check if the ID of the Policy and the Label of the PolicyEntry was correct and you have sufficient permissions."
  },
  "status": 404
}