Skip to content
1 min read · 28 words

Variable: E_OPENAI_RESPONSES_HTTP_ERROR

ts
const E_OPENAI_RESPONSES_HTTP_ERROR: CreatedException<[number, string]>;

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

Thrown when the upstream Responses endpoint returns a non-2xx response. Non-fatal — surfaced via ctx.nack(...) so middleware can decide retry / fail.