WorkerDeadError
Defined in: packages/sdk/src/errors.ts:270
Worker 已死亡(超过 maxRestarts,无法再恢复)
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkerDeadError(
message,cause?):WorkerDeadError
Defined in: packages/sdk/src/errors.ts:271
Parameters
Section titled “Parameters”message
Section titled “message”string
cause?
Section titled “cause?”unknown
Returns
Section titled “Returns”WorkerDeadError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”
readonlycode:LokvisErrorCode
Defined in: packages/sdk/src/errors.ts:108
Inherited from
Section titled “Inherited from”context?
Section titled “context?”
readonlyoptionalcontext?:Readonly<Record<string,unknown>>
Defined in: packages/sdk/src/errors.ts:109