Pular para o conteúdo principal

Variable: PluginRuntimeWireErrorSchema

const PluginRuntimeWireErrorSchema: TObject<{ code: TString; details: TOptional<TUnknown>; message: TString; retryable: TBoolean; stackToken: TString; }>

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

Wire error shape (§15.7) for RPC failures crossing the worker boundary.