Task Factory Error Row Handling
Using Error Row Handling
Many components allow for error row handling. These features can be found at the bottom of all Task Factory components that include this functionality.
Note: Some components cannot use the Not Used option. This selection is omitted from their error handling options.
Error Row Handling Option | Definition |
---|---|
Not Used
RD_NotUsed |
Error handling is not used and no error constraint is available. |
Ignore Failure
RD_IgnoreFailure |
All errors are ignored and the package continues to execute. |
Redirect Row
RD_RedirectRow |
All errors are directed to an error output. |
Fail Component
RD_FailComponent |
On error, the component fails execution and stops the package. |