---
url: >-
  https://adk.nht.io/api/@nhtio/adk/exceptions/variables/E_INVALID_INITIAL_TURN_GATE_VALUE.md
description: >-
  Thrown when a {@link @nhtio/adk!TurnGate} is constructed with a value that
  fails schema validation.
---

# Variable: E\_INVALID\_INITIAL\_TURN\_GATE\_VALUE

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

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

Thrown when a [@nhtio/adk!TurnGate](../../common/interfaces/TurnGate.md) is constructed with a value that fails schema validation.

## Remarks

Fatal — bad construction arguments indicate a programming error in the caller.
