NfcCommandFailedException

class NfcCommandFailedException(message: String, val status: Int) : Exception

Exception thrown if an NFC command doesn't return success.

Constructors

Link copied to clipboard
constructor(message: String, status: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val status: Int

the status word from the ResponseApdu, never Nfc.RESPONSE_STATUS_SUCCESS.