Skip to main content

ErrorRowDisposition Enumeration

ErrorRowDisposition Enumeration

The ErrorRowDisposition enumeration provides options for how a dataflow component should handle errors that are encountered during execution.

Enumeration Values

NameSummary
IgnoreFailure
Specifies that the error should be ignored and its value replaced with null.
RedirectRow
Specifies that the row with the error should be sent to the error output path for the component.
FailComponent
Specifies that the error should cause the execution of the component to fail.
NotUsed
Specifies that the target object is not used.