Interface: CrashInfo
Defined in: src/batteries/isolation/types.ts:321
Information about a crashed isolated guest, reported via IsolationTransport.onCrash.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
code? | number | null | Process exit code, when known (child_process transports). | src/batteries/isolation/types.ts:325 |
reason | string | Human-readable crash reason (exit signal, uncaught exception message, etc.). | src/batteries/isolation/types.ts:323 |
signal? | string | null | Process exit signal, when known (child_process transports). | src/batteries/isolation/types.ts:327 |