---
url: >-
  https://adk.nht.io/api/@nhtio/adk/exceptions/variables/E_LLM_EXECUTION_GATE_NOT_SUPPORTED.md
description: >-
  Thrown (as a rejection reason) when {@link @nhtio/adk!DispatchContext.waitFor}
  is called on a standalone context that was constructed without a `waitFor`
  function.
---

# Variable: E\_LLM\_EXECUTION\_GATE\_NOT\_SUPPORTED

```ts
const E_LLM_EXECUTION_GATE_NOT_SUPPORTED: CreatedException<[]>;
```

Defined in: [lib/exceptions/runtime.ts:466](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/exceptions/runtime.ts#L466)

Thrown (as a rejection reason) when [@nhtio/adk!DispatchContext.waitFor](../../types/interfaces/DispatchContext.md#property-waitfor) is called on a
standalone context that was constructed without a `waitFor` function.

## Remarks

Not fatal — the caller can catch this and handle the case where gate suspension is not
supported for this execution context.
