WorkflowNodeError
Defined in: packages/sdk/src/errors.ts:180
工作流节点执行失败
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkflowNodeError(
nodeId,capability,message,cause?):WorkflowNodeError
Defined in: packages/sdk/src/errors.ts:183
Parameters
Section titled “Parameters”nodeId
Section titled “nodeId”string
capability
Section titled “capability”string
message
Section titled “message”string
cause?
Section titled “cause?”unknown
Returns
Section titled “Returns”WorkflowNodeError
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
Inherited from
Section titled “Inherited from”nodeId
Section titled “nodeId”
readonlynodeId:string
Defined in: packages/sdk/src/errors.ts:181
capability
Section titled “capability”
readonlycapability:string
Defined in: packages/sdk/src/errors.ts:182