Error

data class Error(val message: String) : NfcReadResult(source)

Indicates that an error occurred during the NFC scanning process.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A descriptive message detailing why the scanning operation failed.