Skip to content

NFCKitReaderError

treastrain edited this page Oct 26, 2021 · 2 revisions

NFCKitReaderError

public enum NFCKitReaderError: Error 

Inheritance

Error

Enumeration Cases

readingUnavailable

NFCTagReaderSession.readingAvailable is false.

case readingUnavailable

systemMemoryResourcesAreUnavailable

Could not initialize the reader session due to unavailability of system memory resources.

case systemMemoryResourcesAreUnavailable

notStartedScanBecausePINFormatInvalid

PIN が指定の形式を満たしていないため、スキャンを開始できません

case notStartedScanBecausePINFormatInvalid
Clone this wiki locally