---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/generation/openai/exceptions/variables/E_OPENAI_GENERATION_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\_GENERATION\_REQUEST\_TIMEOUT

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

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

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