# HITLIterationLimitError

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/client/non_interactive/HITLIterationLimitError)

Raised when the HITL interrupt loop exceeds `_MAX_HITL_ITERATIONS` rounds.

## Signature

```python
HITLIterationLimitError()
```

## Extends

- `RuntimeError`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3812967c84d90619848f3185f22470204fc88bd8/libs/code/deepagents_code/client/non_interactive.py#L128)