Skip to main content

Enum ErrorRowDisposition

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum ErrorRowDisposition

Fields

FieldsDescription
FailComponentSpecifies that the error should cause the execution of the component to fail.
IgnoreFailureSpecifies that the error should be ignored and its value replaced with null.
NotUsedSpecifies that the target object is not used.
RedirectRowSpecifies that the row with the error should be sent to the error output path for the component.