---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/embeddings/webllm/exceptions/variables/E_WEBLLM_EMBEDDINGS_ENGINE_ERROR.md
description: >-
  Thrown when the WebLLM engine fails to load or `engine.embeddings.create()`
  throws/returns a malformed result. Non-fatal. Printf arg: `[detail]`.
---

# Variable: E\_WEBLLM\_EMBEDDINGS\_ENGINE\_ERROR

```ts
const E_WEBLLM_EMBEDDINGS_ENGINE_ERROR: CreatedException<[string]>;
```

Defined in: [batteries/embeddings/webllm/exceptions.ts:31](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/embeddings/webllm/exceptions.ts#L31)

Thrown when the WebLLM engine fails to load or `engine.embeddings.create()` throws/returns a
malformed result. Non-fatal. Printf arg: `[detail]`.
