TransactionDenied

class TransactionDenied(errorCode: Int) : TapOnPhoneInvocationSdkError

Transaction denied

Parameters

errorCode

a code that provides details about the error

Constructors

Link copied to clipboard
fun TransactionDenied(errorCode: Int)

Properties

Link copied to clipboard
val errorCode: Int

a code that provides details about the error.

Link copied to clipboard
val errorDescription: String

a human readable description of the error.