interface WorkflowValidationErrorList {
    errors?: WorkflowValidationError[];
}

Properties

Properties

The list of validation errors.