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

# ApprovalTimeout

> Nobody answered the approval request in time (SPEC-v0.1 §4.3).

`ctrlrun.ApprovalTimeout` — class, defined at `src/ctrlrun/errors.py:103`

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

```python theme={null}
class ApprovalTimeout(CTRLRunError)
    def __init__(message: str | None = None, *, request_id: str)
```

Nobody answered the approval request in time (SPEC-v0.1 §4.3).

## Next

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