Skip to main content

Interface: ExtensionCrashRecord

Defined in: Extensions/IExtensionHost.ts:145

Crash record written to data/extensions/<id>/crash.log. The host returns the most recent N records to the Extensions UI on demand.

Properties

exitCode

exitCode: number | null

Defined in: Extensions/IExtensionHost.ts:149

OS exit code, or null if the worker did not exit cleanly.


lastRpcMethod?

optional lastRpcMethod?: string

Defined in: Extensions/IExtensionHost.ts:153

Method name of the API call that immediately preceded the crash, if any.


stderrTail

stderrTail: string

Defined in: Extensions/IExtensionHost.ts:151

Last 200 lines of the worker's stderr.


ts

ts: number

Defined in: Extensions/IExtensionHost.ts:147

Epoch ms.