# FireworksContextOverflowError

> **Class** in `langchain_fireworks`

📖 [View in docs](https://reference.langchain.com/python/langchain-fireworks/chat_models/FireworksContextOverflowError)

`BadRequestError` raised when input exceeds Fireworks's context limit.

## Signature

```python
FireworksContextOverflowError()
```

## Extends

- `BadRequestError`
- `ContextOverflowError`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/885e858ac4361685be4b3dc87940a0d07ea0471f/libs/partners/fireworks/langchain_fireworks/chat_models.py#L592)