> ## Documentation Index
> Fetch the complete documentation index at: https://ctrlrun-release-0-10-0.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:19`

```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).
