policies:policy.notfound

{
  "topic": "unknown/unknown/policies/errors",
  "headers": {
    "content-type": "application/vnd.eclipse.ditto+json"
  },
  "path": "/",
  "value": {
    "status": 404,
    "error": "policies:policy.notfound",
    "message": "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 your requested Policy was correct and you have sufficient permissions."
  },
  "status": 404
}