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.2.0.1000)
Syntax
public enum ErrorHandlingPolicy
Members
  Member nameValueDescription
None0 Error handling is not set.
Ignore1 Any errors are ignored.
Fail2 The process fails on any error.
Redirect3 The error records are redirected to an error output.
See Also