Table of Contents

Enum ErrorCode

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

The well known error codes reported by the reader for the ER: response

public enum ErrorCode
Extension Methods

Fields

[EnumExtension("003", "Action not enabled")] ActionNotEnabled = 3

ER: 003 Action not enabled

[EnumExtension("008", "Antenna/Radio Error (Wrong region or Antenna/Radio Not Fitted)")] AntennaRadioError = 8

ER: 008 Antenna/Radio Error (Wrong region or Antenna/Radio Not Fitted)

[EnumExtension("009", "Battery level too low")] BatteryTooLow = 9

ER: 009 Battery level too low

[EnumExtension("017", "Bluetooth® Error")] BluetoothError = 17

ER: 017 Bluetooth® Error

[EnumExtension("015", "Command Aborted")] CommandAborted = 15

ER: 015 Command Aborted

[EnumExtension("004", "Command not supported by hardware")] CommandNotSupported = 4

ER: 004 Command not supported by hardware

[EnumExtension("012", "Command not supported from Autorun file")] CommandNotSupportedFromAutorun = 12

ER: 012 Command not supported from Autorun file

[EnumExtension("011", "Command not supported on interface")] CommandNotSupportedOnInterface = 11

ER: 011 Command not supported on interface

[EnumExtension("018", "Licence Key is not blank")] LicenceKeyNotBlank = 18

ER: 018 Licence Key is not blank

[EnumExtension("016", "Lock Failure")] LockFailure = 16

ER: 016 Lock Failure

[EnumExtension("006", "No Barcode found")] NoBarcodeFound = 6

ER: 006 No Barcode found

[EnumExtension("005", "No transponder found")] NoTransponderFound = 5

ER: 005 No transponder found

[EnumExtension("007", "Parameter configuration invalid")] ParameterConfigurationInvalid = 7

ER: 007 Parameter configuration invalid

[EnumExtension("002", "Parameter not supported")] ParameterNotSupported = 2

ER: 002 Parameter not supported

[EnumExtension("010", "Scanner not ready")] ScannerNotReady = 10

ER: 010 Scanner not ready

[EnumExtension("", "Command executed successfully")] Success = 0

OK: Command successful

[EnumExtension("014", "Switch already in use")] SwitchAlreadyInUse = 14

ER: 014 Switch already in use

[EnumExtension("001", "Syntax Error")] SyntaxError = 1

ER: 001 Syntax Error

[EnumExtension("255", "System Error")] SystemError = 255

ER: 255 System Error

[EnumExtension("013", "Write Failure")] WriteFailure = 13

ER: 013 Write Failure