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