IEtlTaskExecutionEvents.OnError

Syntax

OnError(Task: IEtlTask; Object: IEtlObject; Exception: IException);

Parameters

Task. ETL task.

Object. ETL task object.

Exception. Exception that may occur during working in the platform.

Description

The OnError method implements the event that occurs in case of ETL task block error.

Comments

ETL task block is a set of two objects and a link between them in the ETL task.

Example

The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.

See also:

IEtlTaskExecutionEvents