RFID API Documentation  1.0
Reference guide for RFID API
ERROR_INFOW Struct Reference

This struct provides additional information on the last API that failed. More...

Data Fields

SYSTEMTIME errorTimeStamp
 UTC Timestamp at which the error occurred. More...
 
RFID_STATUS rfidStatusCode
 Error code of the operation that failed. More...
 
WCHAR statusDesc [MAX_PATH]
 Error description pertaining to rfidStatusCode. More...
 
WCHAR vendorMessage [MAX_PATH]
 Vendor specific error message for the error that occurred; E.g. More...
 

Detailed Description

This struct provides additional information on the last API that failed.

Field Documentation

◆ errorTimeStamp

SYSTEMTIME ERROR_INFOW::errorTimeStamp

UTC Timestamp at which the error occurred.

◆ rfidStatusCode

RFID_STATUS ERROR_INFOW::rfidStatusCode

Error code of the operation that failed.

◆ statusDesc

WCHAR ERROR_INFOW::statusDesc[MAX_PATH]

Error description pertaining to rfidStatusCode.

◆ vendorMessage

WCHAR ERROR_INFOW::vendorMessage[MAX_PATH]

Vendor specific error message for the error that occurred; E.g.

LLRP message or Reader Management Message.