public final class NFCReaderError
extends java.lang.Object
Possible errors returned by CoreNFC framework reader session. [@constant] NFCReaderErrorUnsupportedFeature Core NFC is not supported on the current platform. [@constant] NFCReaderErrorSecurityViolation Missing required entitlement and/or privacy settings from the client app. [@constant] NFCReaderErrorInvalidParameter Input parameter is invalid. [@constant] NFCReaderErrorInvalidParameterLength Length of input parameter is invalid, i.e. size of data container. [@constant] NFCReaderErrorParameterOutOfBound Parameter value is outside of the acceptable boundary / range. [@constant] NFCReaderErrorRadioDisabled NFC Radio is disabled. [@constant] NFCReaderTransceiveErrorTagConnectionLost Connection to the tag is lost. [@constant] NFCReaderTransceiveErrorRetryExceeded Maximum data transmission retry has reached. [@constant] NFCReaderTransceiveErrorTagResponseError Tag response is invalid or tag does not provide a response. Additional error information may be contain in the underlying user info dictionary. [@constant] NFCReaderTransceiveErrorSessionInvalidated Session has been previously invalidated. [@constant] NFCReaderTransceiveErrorPacketTooLong Packet length has exceeded the limit. [@constant] NFCReaderTransceiveErrorTagNotConnected Tag is not in the connected state. [@constant] NFCReaderSessionInvalidationErrorUserCanceled Session is invalidated by the user. [@constant] NFCReaderSessionInvalidationErrorSessionTimeout Session is timed out. [@constant] NFCReaderSessionInvalidationErrorSessionTerminatedUnexpectedly Session is terminated unexpectly. [@constant] NFCReaderSessionInvalidationErrorSystemIsBusy Core NFC is temporary unavailable due to system resource constraints. [@constant] NFCReaderSessionInvalidationErrorFirstNDEFTagRead Session is terminated after the 1st NDEF tag is read. [@constant] NFCTagCommandConfigurationErrorInvalidParameters [@constant] NFCNdefReaderSessionErrorTagNotWritable NDEF tag is not writable. [@constant] NFCNdefReaderSessionErrorTagUpdateFailure NDEF tag write fails. [@constant] NFCNdefReaderSessionErrorTagSizeTooSmall NDEF tag memory size is too small to store the desired data. [@constant] NFCNdefReaderSessionErrorZeroLengthMessage NDEF tag does not contain any NDEF message.
public static final long ReaderErrorUnsupportedFeature
public static final long ReaderErrorSecurityViolation
public static final long ReaderErrorInvalidParameter
public static final long ReaderErrorInvalidParameterLength
public static final long ReaderErrorParameterOutOfBound
public static final long ReaderTransceiveErrorTagConnectionLost
public static final long ReaderTransceiveErrorRetryExceeded
public static final long ReaderTransceiveErrorTagResponseError
public static final long ReaderTransceiveErrorSessionInvalidated
public static final long ReaderTransceiveErrorTagNotConnected
public static final long ReaderSessionInvalidationErrorUserCanceled
public static final long ReaderSessionInvalidationErrorSessionTimeout
public static final long ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly
public static final long ReaderSessionInvalidationErrorSystemIsBusy
public static final long ReaderSessionInvalidationErrorFirstNDEFTagRead
public static final long TagCommandConfigurationErrorInvalidParameters
public static final long NdefReaderSessionErrorTagNotWritable
public static final long NdefReaderSessionErrorTagUpdateFailure
public static final long NdefReaderSessionErrorTagSizeTooSmall
public static final long NdefReaderSessionErrorZeroLengthMessage
public static final long ReaderErrorRadioDisabled
public static final long ReaderTransceiveErrorPacketTooLong