-
Notifications
You must be signed in to change notification settings - Fork 34
ReaderError_Code
public enum Code: Int, CaseIterable
CaseIterable
, Int
The reader session does not support this feature.
case readerErrorUnsupportedFeature = 1
A security violation associated with the reader session has occurred.
case readerErrorSecurityViolation = 2
An input parameter is invalid.
case readerErrorInvalidParameter = 3
The length of an input parameter is invalid.
case readerErrorInvalidParameterLength = 4
A parameter value is outside of the acceptable boundary.
case readerErrorParameterOutOfBound = 5
The NFC wireless radio on the device is disabled.
case readerErrorRadioDisabled = 6
The reader lost the connection to the tag.
case readerTransceiveErrorTagConnectionLost = 100
Too many retries have occurred.
case readerTransceiveErrorRetryExceeded = 101
The tag has responded with an error.
case readerTransceiveErrorTagResponseError = 102
The reader session is invalid.
case readerTransceiveErrorSessionInvalidated = 103
The tag isn’t in the connected state.
case readerTransceiveErrorTagNotConnected = 104
The packet length exceeds the limit supported by the tag.
case readerTransceiveErrorPacketTooLong = 105
The user canceled the reader session.
case readerSessionInvalidationErrorUserCanceled = 200
The reader session timed out.
case readerSessionInvalidationErrorSessionTimeout = 201
The reader session terminated unexpectedly.
case readerSessionInvalidationErrorSessionTerminatedUnexpectedly = 202
The reader session failed because the system is busy.
case readerSessionInvalidationErrorSystemIsBusy = 203
The first NDEF tag read by this session is invalid.
case readerSessionInvalidationErrorFirstNDEFTagRead = 204
The tag has been configured with invalid parameters.
case tagCommandConfigurationErrorInvalidParameters = 300
The NDEF tag isn’t writable.
case ndefReaderSessionErrorTagNotWritable = 400
The reader session failed to update the NDEF tag.
case ndefReaderSessionErrorTagUpdateFailure = 401
The NDEF tag memory size is too small to store the data.
case ndefReaderSessionErrorTagSizeTooSmall = 402
The NDEF tag doesn’t contain an NDEF message.
case ndefReaderSessionErrorZeroLengthMessage = 403
case kitErrorCoreNFCAndNFCKitErrorCodeConversionFailed = 999999999
Generated at 2021-10-28T15:36:42+0000 using swift-doc 1.0.0-rc.1.