TapOnPhoneInvocationSdkError

sealed class TapOnPhoneInvocationSdkError

Error types that can be returned when processing a transaction using the Tap On Phone app.

Types

Link copied to clipboard
class ConfigurationError(errorCode: Int) : TapOnPhoneInvocationSdkError

Tap on phone configuration error

Link copied to clipboard
class EULANotAccepted(errorCode: Int) : TapOnPhoneInvocationSdkError

EULA is not accepted

Link copied to clipboard
class InternalError(errorCode: Int) : TapOnPhoneInvocationSdkError

Internal error

Link copied to clipboard
class InvalidTransactionIntent(errorCode: Int) : TapOnPhoneInvocationSdkError

Invalid transaction intent

Link copied to clipboard
class NfcNotAvailable(errorCode: Int) : TapOnPhoneInvocationSdkError

NFC is not available in the device

Link copied to clipboard
sealed class SecurityError : TapOnPhoneInvocationSdkError

Security Error

Link copied to clipboard
class TransactionAborted(errorCode: Int) : TapOnPhoneInvocationSdkError

Transaction aborted

Link copied to clipboard
class TransactionDenied(errorCode: Int) : TapOnPhoneInvocationSdkError

Transaction denied

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.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard