> ## Documentation Index
> Fetch the complete documentation index at: https://ctrlrun-docs-python-3-13-3-14.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PolicyError

> The policy is missing, unreadable, or malformed. Raised at load time (SPEC-v0.1 §3.4).

`ctrlrun.PolicyError` — class, defined at `src/ctrlrun/errors.py:17`

```python theme={null}
from ctrlrun import PolicyError
```

```python theme={null}
class PolicyError(CTRLRunError)
```

The policy is missing, unreadable, or malformed. Raised at load time (SPEC-v0.1 §3.4).

## Next

* [Python API index](/docs/reference/api/index).
* [Get started](/docs/get-started/quickstart) · [Why](/docs/why).
