Enum ErrorType
The type of error.
public enum ErrorType
Fields
BytesStillAvailable = 15Bytes still available to read
CommandNotAllowedAuthenticationMethodBlocked = 7Command not allowed because of authentication
CommandNotAllowedConditionsNotSatisfied = 9Command not allowed as some conditions are not satisfied
CommandNotAllowedReferenceDataInvalidated = 8Command not allowed because of invalid data
InstructionCodeNotSupportedOrInvalid = 16Instruction code not supported or not valid
ProcessAbortedChecking = 3Process aborted during checking phase
ProcessAbortedExecution = 2Process aborted during execution
ProcessCompletedNormal = 0Process completed normally
ProcessCompletedWarning = 1Process completed with warning
ReferenceDataNotFound = 13Reference data not found
StateNonVolatileMemoryChanged = 6Volatile memory changed
StateNonVolatileMemoryChangedAuthenticationFailed = 5Authentication failed
StateNonVolatileMemoryUnchangedSelectedFileInvalidated = 4Selected file invalidated
Success = 0Success = Process completed normally
Unknown = 17Unknown error
WrongLength = 14Wrong length
WrongParameterP1P2FileNotFound = 11File not found with current P1 and P2
WrongParameterP1P2FunctionNotSupported = 10Wrong P1 or P2 parameters
WrongParameterP1P2RecordNotFound = 12Record not found with current P1 and P2