Interface IvresseErrorObject

Hierarchy

  • ErrorObject<string, Record<string, any>, unknown>
    • IvresseErrorObject

Properties

data?: unknown
instancePath: string
keyword: string
message?: string
params: Record<string, any>
parentSchema?: AnySchemaObject
propertyName?: string
schema?: unknown
schemaPath: string
workflowPath?: string

Location in workflow where error occured. Can be global if error is in the global parameters. Can be nodes[index] if error is in the parameters of node with given index.

Generated using TypeDoc