Types

Link copied to clipboard
data class HardwareAttestationFailure(val reason: String? = null, val errorTrackingId: String? = null) : TapAuthorizationError

Indicates the phone's hardware is in an invalid state for transaction processing. The errorTrackingId can be provided to Moov support for assistance.

Link copied to clipboard

Indicates there was an invalid configuration

Link copied to clipboard

Indicates there is an error contacting the network

Link copied to clipboard

Indicates there is an error with the NFC reader

Link copied to clipboard
data class UnknownFailure(val throwable: Throwable? = null) : TapAuthorizationError

Indicates an unknown error with the SDK has occurred

Link copied to clipboard

Indicates an unsupported CVM has been selected