---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/openai_responses/exceptions/variables/E_OPENAI_RESPONSES_HTTP_ERROR.md
description: >-
  Thrown when the upstream Responses endpoint returns a non-2xx response.
  Non-fatal — surfaced via `ctx.nack(...)` so middleware can decide retry /
  fail.
---

# Variable: E\_OPENAI\_RESPONSES\_HTTP\_ERROR

```ts
const E_OPENAI_RESPONSES_HTTP_ERROR: CreatedException<[number, string]>;
```

Defined in: [src/batteries/llm/openai\_responses/exceptions.ts:46](https://github.com/NHTIO/ADK/blob/v1.20260901.0/src/src/batteries/llm/openai_responses/exceptions.ts#L46)

Thrown when the upstream Responses endpoint returns a non-2xx response. Non-fatal — surfaced via
`ctx.nack(...)` so middleware can decide retry / fail.
