---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/embeddings/ollama/exceptions/variables/E_OLLAMA_EMBEDDINGS_REQUEST_TIMEOUT.md
description: >-
  Thrown when the request handshake does not complete before `requestTimeoutMs`
  (and retries are exhausted). Non-fatal. Printf arg: `[requestTimeoutMs]`.
---

# Variable: E\_OLLAMA\_EMBEDDINGS\_REQUEST\_TIMEOUT

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

Defined in: [src/batteries/embeddings/ollama/exceptions.ts:47](https://github.com/NHTIO/ADK/blob/v1.20260718.0/src/src/batteries/embeddings/ollama/exceptions.ts#L47)

Thrown when the request handshake does not complete before `requestTimeoutMs` (and retries are
exhausted). Non-fatal. Printf arg: `[requestTimeoutMs]`.
