> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cowboy.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# E1302 — Invalid manifest

> Invalid manifest

# E1302 — Invalid manifest

| Property     | Value                       |
| ------------ | --------------------------- |
| **Code**     | `1302`                      |
| **Slug**     | `E1302`                     |
| **Category** | `entitlement` (Entitlement) |

## What happened

Invalid manifest.

## Why it happened

The entitlement manifest has invalid syntax or does not conform to the schema.

## How to fix

Fix manifest syntax and shape against the entitlements schema.

## Receipt example

```json theme={null}
{
  "code": 1302,
  "slug": "E1302",
  "category": "entitlement",
  "what": "Invalid manifest",
  "fix": "Fix manifest syntax and shape against the entitlements schema.",
  "docs_url": "https://docs.cowboy.inc/errors/E1302"
}
```

***

<Card title="All Error Codes" icon="list" href="/errors/overview">
  View the complete error code reference
</Card>
