The EtlActionOnProblem enumeration contains methods of handling errors that may occur while working with data.
It is used by the following properties:
| Value | Brief description |
| 0 | None. Action is not defined. |
| 1 | Abort. Abort ETL task execution. |
| 2 | DiscardInvalidRecords. Skip only incorrect records. |
| 3 | DiscardRecordsInTransaction. Skip all records in one transaction. |
See also: