Skip to content
1 min read · 30 words

Variable: E_INVALID_INITIAL_TURN_GATE_VALUE

ts
const E_INVALID_INITIAL_TURN_GATE_VALUE: CreatedException<[]>;

Thrown when a @nhtio/adk!TurnGate is constructed with a value that fails schema validation.

Remarks

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