> ## 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.

# EffectKeyError

> An effect template cannot be resolved to a key (SPEC-v0.1 §5.1).

`ctrlrun.EffectKeyError` — class, defined at `src/ctrlrun/errors.py:21`

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

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

An effect template cannot be resolved to a key (SPEC-v0.1 §5.1).

The action is refused rather than executed without an effect key: an action whose
logical effect cannot be identified cannot be protected against duplication.

## Next

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