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

# Variable: E\_OLLAMA\_HTTP\_ERROR

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

Defined in: [batteries/llm/ollama/exceptions.ts:60](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/ollama/exceptions.ts#L60)

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