TransactionException

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

The PaymentMethodType.

Link copied to clipboard

The transaction ID.