things:thing.notfound

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/errors",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/",
  "value": {
    "status": 404,
    "error": "things:thing.notfound",
    "message": "The Thing with ID 'org.eclipse.ditto:fancy-thing' could not be found or requester had insufficient permissions to access it.",
    "description": "Check if the ID of your requested Thing was correct and you have sufficient permissions."
  },
  "status": 404
}