Are you an LLM? You can read better optimized documentation at /api/@nhtio/adk/batteries/embeddings/ollama/exceptions/variables/E_OLLAMA_EMBEDDINGS_HTTP_ERROR.md for this page in Markdown format
Variable: E_OLLAMA_EMBEDDINGS_HTTP_ERROR
ts
const E_OLLAMA_EMBEDDINGS_HTTP_ERROR: CreatedException<[number, string]>;Defined in: src/batteries/embeddings/ollama/exceptions.ts:35
Thrown when the upstream /api/embed endpoint returns a non-2xx response (after retries are exhausted), or the transport throws. Non-fatal. Printf args: [status, detail] — status is 0 for a transport-level failure with no HTTP response.