# raise_for_status_with_text

> **Function** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/utils/utils/raise_for_status_with_text)

Raise an error with the response text.

## Signature

```python
raise_for_status_with_text(
    response: Response,
) -> None
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `response` | `Response` | Yes | The response to check for errors. |

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/core/langchain_core/utils/utils.py#L58)