Skip to content
1 min read · 81 words

Variable: E_TURN_GATE_TIMEOUT

ts
const E_TURN_GATE_TIMEOUT: CreatedException<[]>;

Thrown (as a rejection reason) when a @nhtio/adk!TurnGate times out before being resolved.

Remarks

Not fatal — a timeout is a recoverable runtime condition; the caller may retry or surface it to the user.

WARNING

A timeout does not cancel the external event or clear any remote queue. The gate closes locally, but whatever external system was expected to call gate.resolve() may still fire later. Orphaned external state must be handled by the caller.