OnError(Task: IEtlTask; Object: IEtlObject; Exception: IException);
Task. ETL task.
Object. ETL task object.
Exception. Exception that may occur during working in the platform.
The OnError method implements the event that occurs in case of ETL task block error.
ETL task block is a set of two objects and a link between them in the ETL task.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: