langchain_google_genai.chat_models
.ChatGoogleGenerativeAIError¶
- class langchain_google_genai.chat_models.ChatGoogleGenerativeAIError[source]¶
与 Google GenAI API 错误相关的自定义异常类。
当 ChatGoogleGenerativeAI 类中存在特定问题,例如不支持的消息类型或角色时,会抛出此异常。