WorkflowInvalidError
Defined in: packages/sdk/src/errors.ts:164
工作流结构校验失败
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkflowInvalidError(
message,cause?,context?):WorkflowInvalidError
Defined in: packages/sdk/src/errors.ts:165
Parameters
Section titled “Parameters”message
Section titled “message”string
cause?
Section titled “cause?”unknown
context?
Section titled “context?”Record<string, unknown>
Returns
Section titled “Returns”WorkflowInvalidError
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