---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/ollama/exceptions/variables/E_OLLAMA_STREAM_STALLED.md
description: >-
  Thrown when the NDJSON stream goes silent for longer than
  `streamIdleTimeoutMs`. Non-fatal — surfaced via `ctx.nack(...)` so middleware
  can recover.
---

# Variable: E\_OLLAMA\_STREAM\_STALLED

```ts
const E_OLLAMA_STREAM_STALLED: CreatedException<[number]>;
```

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

Thrown when the NDJSON stream goes silent for longer than `streamIdleTimeoutMs`. Non-fatal —
surfaced via `ctx.nack(...)` so middleware can recover.
