Skip to content
1 min read · 24 words

Variable: E_OPENAI_EMBEDDINGS_REQUEST_TIMEOUT

ts
const E_OPENAI_EMBEDDINGS_REQUEST_TIMEOUT: CreatedException<[number]>;

Defined in: batteries/embeddings/openai/exceptions.ts:47

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