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