---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/litert_lm/exceptions/variables/E_LITERT_LM_STREAM_ERROR.md
description: >-
  Thrown when the LiteRT-LM engine call or response stream fails. Non-fatal —
  surfaced via `ctx.nack(...)`.
---

# Variable: E\_LITERT\_LM\_STREAM\_ERROR

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

Defined in: [src/batteries/llm/litert\_lm/exceptions.ts:43](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/llm/litert_lm/exceptions.ts#L43)

Thrown when the LiteRT-LM engine call or response stream fails. Non-fatal — surfaced via
`ctx.nack(...)`.
