Transaction Exception
class TransactionException(errorMessage: String?, errorCode: String = UNKNOWN_ERROR, val paymentMethodType: PaymentMethodType? = null, val transactionId: String? = null) : DatatransException
This class provides error information about a failed transaction.
Constructors
Link copied to clipboard
constructor(errorMessage: String?, errorCode: String = UNKNOWN_ERROR, paymentMethodType: PaymentMethodType? = null, transactionId: String? = null)