Variable: E_TURN_GATE_ABORTED
ts
const E_TURN_GATE_ABORTED: CreatedException<[]>;Thrown (as a rejection reason) when a @nhtio/adk!TurnGate is aborted — either because the turn's AbortSignal fired or because @nhtio/adk!TurnGate.abort was called directly.
Remarks
Not fatal — abort is an intentional cancellation, not an error in the caller.