Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 531 Bytes

File metadata and controls

19 lines (18 loc) · 531 Bytes

policies:id.invalid

{
  "topic": "org.eclipse.ditto/the_policy_id/policies/errors",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/",
  "value": {
    "status": 400,
    "error": "policies:id.invalid",
    "message": "Policy ID 'invalid id' is not valid!",
    "description": "It must conform to the namespaced entity ID notation (see Ditto documentation)",
    "href": "https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id"
  },
  "status": 400
}