langchain_core.utils.utils
.raise_for_status_with_text¶
- langchain_core.utils.utils.raise_for_status_with_text(response: Response) None [source]¶
如果有错误,则引发带有响应文本的错误。
- 参数
response (Response) – 要检查错误的响应。
- 引发
ValueError – 如果响应有错误状态码。
- 返回类型
None