The details about a workflow validation error.

interface WorkflowValidationError {
    code?: string;
    elementReference?: WorkflowElementReference;
    level?: string;
    message?: string;
    type?: string;
}

Properties

code?: string

An error code.

elementReference?: WorkflowElementReference
level?: string

The validation error level.

message?: string

An error message.

type?: string

The type of element the error or warning references.