Creates a transaction error event.paramsourceTransaction Transaction which is raising the error.paramtransactionErrorID ID of the error that has ocurred. this.sourceTransaction = sourceTransaction; errorID = transactionErrorID;
this.sourceTransaction = sourceTransaction; errorID = transactionErrorID;
Returns the ID of the error.returnError ID. return errorID;
return errorID;
Gets the error source.returnthe source of the error. return this.sourceTransaction;
return this.sourceTransaction;