# 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/29023134c54fb0e7594cbacb15cd2e4740388558/libs/genai/langchain_google_genai/chat_models.py#L134)