ErrorHandlingPolicy Enumeration |
Enumeration used to set the error handling policy by the
Transform.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum ErrorHandlingPolicy
Public Enumeration ErrorHandlingPolicy
public enum class ErrorHandlingPolicy
Members
| Member name | Value | Description |
---|
| None | 0 |
Error handling is not set.
|
| Ignore | 1 |
Any errors are ignored.
|
| Fail | 2 |
The process fails on any error.
|
| Redirect | 3 |
The error records are redirected to an error output.
|
See Also