Creates a transaction error event.paramsourceTransaction Transaction which is raising the error.parameventId ID of the error that has ocurred. this.source = sourceTransaction; this.eventId = eventId;
this.source = sourceTransaction; this.eventId = eventId;
Gets the originating transaction.returnthe source transation return this.source;
return this.source;