Skip to content
1 min read · 28 words

Variable: E_OLLAMA_HTTP_ERROR

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

Defined in: batteries/llm/ollama/exceptions.ts:60

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