Click or drag to resize

ErrorCode Enumeration

Specifies the type of an error.

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum ErrorCode
Members
  Member nameValueDescription
ERR_NONE0 Request command completed successfully
ERR_UNKNOWN255 Unknown error
ERR_NOMEM254 No available memory to process request command
ERR_BUSY253 Command was rejected by the device, this could be caused by the device is busy in processing the previous command.
ERR_IO252 The inputs/outpus of device occurs an unexcepted error that cannot be handled by device.
ERR_TIMEOUT251 Cannot get reply command for a specified period of seconds.
ERR_REQUEST250 The request command is not supported by device.
ERR_NOMSG249 Cannot get message data from device.
ERR_PARAM248 The reply data is invalid or cannot parse correctly.
ERR_PROTO247 The command format is invalid.
ERR_PROTO_CRC246 The CRC caculation error is detected.
ERR_CHIP_NORESP240 RF Chip doesn't respond to MCU (Timeout).
ERR_CHIP_HEADER239 Header Bit=1.
ERR_CHIP_PREAMBLE238 Signals to MCU that there was an error during preamble detection or FIFO overflow happened during reception or transmission.
ERR_CHIP_RXCOUNT237 Signals the MCU that the reception was shorter than expected or an error caused by a disabled command or protocol violation was observed during reception.
ERR_CHIP_CRC236 Tag reply CRC error.
ERR_CHIP_FIFO235 A fifo underflow IRQ is not produced.
ERR_CHIP_REFLECTED_POWER234 Chip reflected power error.
ERR_CHIP_BUS_PINS233 Data bus interface pins not working.
ERR_CHIP_ENABLE_PIN232 The enable pin is not working.
ERR_CHIP_CRYSTAL231 Crystal is not stable.
ERR_CHIP_LOCK_PLL230 PLL is not locked.
ERR_CHIP_RF_POWER_OFF229 RF Power is Off.
ERR_GEN2_SELECT223 Error when selecting tag.
ERR_GEN2_ACCESS222 Error on sending access password.
ERR_GEN2_REQRN221 Error on sending ReqRN.
ERR_GEN2_CHANNEL_TIMEOUT220 Error on RF channel timed out.
ERR_GEN2_PC_LENGTH_ERROR219 Error on EPC Length.
ERR_GEN2_WRITE_CHECK_ERROR218 Error on writing tag data.
ERR_GEN2_HANDLE_ERROR217 Error on getting tag handle.
ERR_GEN2_ACK_NO_EPC216 After ACK command the tag no reply EPC.
ERR_GEN2_NOT_COVERED128 Catch-all for errors not covered by other codes.
ERR_GEN2_NO_SUPPORTED129 The Tag does not support the specified parameters or feature.
ERR_GEN2_PRIVILEGES130 The Interrogator did not authenticate itself with sufficient privileg-es for the Tag to perform the operation.
ERR_GEN2_MEMORY_OVERRUN131 The Tag memory location does not exist, is too small, or the Tag does not support the specified EPC length.
ERR_GEN2_MEMORY_LOCK132 The Tag memory location is locked or permalocked and is either not writeable or not readable.
ERR_GEN2_CRYPTO133 Catch-all for errors specified by the cryptographic suite.
ERR_GEN2_NOT_ENCAPSULATED134 Command not encapsulated The Interrogator did not encapsulate the command in an AuthComm or SecureComm as required.
ERR_GEN2_BUFFER_OVERFLOW135 The operation failed because the ResponseBuffer overflowed.
ERR_GEN2_SECUREITY_TIMEOUT136 The command failed because the Tag is in a security timeout.
ERR_GEN2_ERROR_NO_POWER139 The Tag has insufficient power to perform the operation.
ERR_GEN2_ERROR_UNKNOWN143 The Tag does not support error-specific codes.
ERR_TAG_INVALID_PASSWORD144 The password is incorrect – tag is not open. The IDS custom password protection is active.
ERR_TAG_BATTERY146 The battery measurement can not be started. The tag is fully passive and there is no battery attached.
ERR_TAG_INVALID_COMMAND147 Command is not allowed in active state. Custom commands that can modify logging and calibration parameters are not allowed
ERR_TAG_EEPROM_BUSY150 The memory can not be accessed as the measurement unit or SPI is accessing the EEPROM. This error is reported when the EEPROM.
ERR_GNETPLUS_UNKNOWN512 The gnetplus unknown.
ERR_GNETPLUS_PORTCLOSE513 The gnetplus portclose.
ERR_GNETPLUS_TIMEOUT514 The gnetplus timeout.
ERR_GNETPLUS_LOSTBYTE515 The gnetplus lostbyte.
ERR_GNETPLUS_OUTOFSIZE516 The gnetplus outofsize.
ERR_GNETPLUS_GNETCHKERR517 The gnetplus gnetchkerr.
ERR_GNETPLUS_WAITCMDDONE518 The gnetplus waitcmddone.
ERR_GNETPLUS_USERCANCEL519 The gnetplus usercancel.
See Also

Reference

com.gigatms.ParametersErrorCode