ValidationError

Namespace: Chimayo.Ssis.Ast.ControlFlowApi
Parent Module: PackageValidator

Discriminated union of potential errors

Union Cases

Union CaseDescription
ExecutableNameConflictError(...)
Signature: AstPath * string

Two or more executables have the same name in the same container; tuple of path and error message

PrecedenceConstraintError(...)
Signature: AstPath * string * string

Errors relating to precedence constraints; tuple of path, error message and additional data