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

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

Defined in: [src/batteries/generation/gemini/exceptions.ts:48](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/generation/gemini/exceptions.ts#L48)

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