Variable: E_OLLAMA_REQUEST_TIMEOUT
ts
const E_OLLAMA_REQUEST_TIMEOUT: CreatedException<[number]>;Defined in: batteries/llm/ollama/exceptions.ts:98
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.