# ChatGoogleGenerativeAIError

> **Class** in `langchain_google_genai`

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

Wrapper exception class for errors associated with the `Google GenAI` API.

Raised when there are specific issues related to the Google GenAI API usage in the
`ChatGoogleGenerativeAI` class, such as unsupported message types or roles.

## Signature

```python
ChatGoogleGenerativeAIError()
```

## Extends

- `GoogleGenerativeAIError`

---

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