Skip to content
1 min read · 38 words

Variable: E_OPENAI_RESPONSES_REQUEST_TIMEOUT

ts
const E_OPENAI_RESPONSES_REQUEST_TIMEOUT: CreatedException<[number]>;

Defined in: src/batteries/llm/openai_responses/exceptions.ts:89

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.