---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/embeddings/openai/exceptions/variables/E_OPENAI_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\_OPENAI\_EMBEDDINGS\_REQUEST\_TIMEOUT

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

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

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