# 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/e19b56927b515607a103babe5ffba21e1e49d632/libs/partners/fireworks/langchain_fireworks/chat_models.py#L505)