Class TransactionErrorDef

java.lang.Object
com.onenetwork.platform.common.ErrorDef
com.onenetwork.platform.integ.edi.EDIErrorDef
com.onenetwork.platform.integ.edi.TransactionErrorDef
All Implemented Interfaces:
StatusMessage

public class TransactionErrorDef
extends EDIErrorDef
This class captures EDI Transaction errors
  • Constructor Details

    • TransactionErrorDef

      public TransactionErrorDef​(java.lang.String transactionIdentifierName, java.lang.String transactionIdentifierValue, java.lang.String ackCode)
      Instantiate a TransactionErrorDef object with all txn type, value and ackCode.
      Parameters:
      transactionIdentifierName -
      transactionIdentifierValue -
      ackCode -
  • Method Details