Enum ErrorRowDisposition
C#
public enum ErrorRowDisposition
Fields
FailComponent | Specifies that the error should cause the execution of the component to fail. |
IgnoreFailure | Specifies that the error should be ignored and its value replaced with null. |
NotUsed | Specifies that the target object is not used. |
RedirectRow | Specifies that the row with the error should be sent to the error output path for the component. |