Variable: E_INVALID_TURN_GATE_RESOLUTION
ts
const E_INVALID_TURN_GATE_RESOLUTION: CreatedException<[]>;Defined in: lib/exceptions/runtime.ts:252
Thrown synchronously in the caller's context when @nhtio/adk!TurnGate.resolve is called with a value that fails the gate's schema.
Remarks
Fatal — passing the wrong type to resolve() is a programming error. The internal promise is NOT settled when this is thrown; the gate remains open.