Skip to main content

E1207 — Missing entitlement

PropertyValue
Code1207
SlugE1207
Categoryentitlement (Entitlement)

What happened

Missing entitlement.

Why it happened

The actor attempted an operation (e.g., set_state, send_message) that requires an entitlement not declared in its manifest.

How to fix

Declare the required entitlement in the actor’s manifest and redeploy. For example, add storage.kv for state access or messaging.send for message sending.

Receipt example

{
  "code": 1207,
  "slug": "E1207",
  "category": "entitlement",
  "what": "Missing entitlement",
  "fix": "Declare the required entitlement in the actor's manifest and redeploy.",
  "docs_url": "https://docs.cowboy.inc/errors/E1207"
}

All Error Codes

View the complete error code reference