ApplicationDataSdkError

Error types that can be returned when requesting the application data to the Tap On Phone app.

Inheritors

Types

Link copied to clipboard
data class Connection(val errorCode: String?) : ApplicationDataSdkError

Connection could not be established; possibly due to poor network connection.

Link copied to clipboard

The developer settings are on.

Link copied to clipboard
data class DeviceIsBlocked(val errorCode: String?) : ApplicationDataSdkError

The device has been blocked.

Link copied to clipboard

The Tap On Phone service is inaccessible. This can happen either because Tap On Phone app is not installed, or because binding to the service was unsuccessful.

Link copied to clipboard
data class Internal(val errorCode: String?) : ApplicationDataSdkError

Internal SDK error.

Link copied to clipboard
data class KeyStore(val errorCode: String?) : ApplicationDataSdkError

Error accessing or using Android Keystore.

Link copied to clipboard

The message code sent to the Tap On Phone app is unknown or not supported.

Link copied to clipboard
data class SecurityError(val errorCode: String?) : ApplicationDataSdkError

There was a Security Error.

Link copied to clipboard

The Tap On Phone app took too long to respond.

Link copied to clipboard

Error unknown.

Link copied to clipboard

Application update is mandatory