# GoogleGenerativeAIError

> **Class** in `langchain_google_genai`

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

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

## Signature

```python
GoogleGenerativeAIError()
```

## Extends

- `Exception`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/7dea1be3bf271a32459da5aef92fc918c8272559/libs/genai/langchain_google_genai/_common.py#L26)