isLaunchFailure
The "deferred_start_failed" exit: a pre-minted turn whose
launch errored at the terminal boundary, so the runtime wrote its terminal
directly and no turn/started was ever emitted BY THE HOST.
Read off the wire, never off local observation: a client that had not been listening when the turn started is not looking at a launch failure.
Signature
Section titled “Signature”isLaunchFailure(outcome: TurnOutcome): boolean
Parameters
Section titled “Parameters”| Parameter | Type | Stability | Presence | Description |
|---|---|---|---|---|
outcome |
TurnOutcome |
required |
Returns
Section titled “Returns”boolean
Source
clients/sdk-ts/src/facade/turn-handle.ts:103
{ "kind": "Function", "canonicalPath": "isLaunchFailure"}