SecurityError

sealed class SecurityError : TapOnPhoneInvocationSdkError

Security Error

Parameters

errorCode

a code that provides details about the error

errorDescription

a human readable description of the error

Types

Link copied to clipboard
class Other(errorCode: Int) : TapOnPhoneInvocationSdkError.SecurityError

SecurityError - Other

Link copied to clipboard
class UpdateRequired(errorCode: Int) : TapOnPhoneInvocationSdkError.SecurityError

Application update is mandatory

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