Zum Hauptinhalt springen

Variable: PluginRuntimeErrorEnvelopeSchema

const PluginRuntimeErrorEnvelopeSchema: TRecursive<TObject<{ annotations: TOptional<TArray<TString>>; cause: TOptional<TThis>; errorId: TString; frames: TArray<TObject<{ column: TInteger; functionName: TOptional<TString>; line: TInteger; moduleUrl: TString; }>>; message: TString; name: TString; truncated: TBoolean; }>>

Defined in: packages/contracts/src/pluginRuntime.ts:852

Deep error envelope captured inside the worker realm (§40.1.1).