# OffloadModelError

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/offload/OffloadModelError)

Raised when the model cannot be created for offloading.

## Signature

```python
OffloadModelError()
```

## Extends

- `Exception`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/d1c6946218b4f0f86ab7b02b6bb6af1e4b75cede/libs/code/deepagents_code/offload.py#L80)