# GoogleContextOverflowError

> **Class** in `langchain_google_genai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-genai/chat_models/GoogleContextOverflowError)

ClientError raised when input exceeds Google's context limit.

## Signature

```python
GoogleContextOverflowError()
```

## Extends

- `ClientError`
- `ContextOverflowError`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/d38d42fdb540ce78205ac0e15e756f9ca831c26f/libs/genai/langchain_google_genai/chat_models.py#L182)