---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/ollama/exceptions/variables/E_OLLAMA_REQUEST_TIMEOUT.md
description: >-
  Thrown when the initial request handshake (TCP connect, TLS, response headers)
  does not complete before `requestTimeoutMs`. Non-fatal — surfaced via
  `ctx.nack(...)`. Eligible for retry on the same footing as a retriable 5xx.
---

# Variable: E\_OLLAMA\_REQUEST\_TIMEOUT

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

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

Thrown when the initial request handshake (TCP connect, TLS, response headers) does not complete
before `requestTimeoutMs`. Non-fatal — surfaced via `ctx.nack(...)`. Eligible for retry on the
same footing as a retriable 5xx.
