ExitClassification
The SDK’s reading of a host exit. Branch on kind: a clean shutdown, a
crash, an unhandled error, or one of the documented error exits. Every arm
but cleanShutdown carries its exit evidence (code or signal plus a
bounded stderr tail), and, where the meaning is known, whether retrying
can help.
Source
clients/sdk-ts/src/connection/spawn.ts:58
{ "kind": "Type alias", "canonicalPath": "ExitClassification"}