Guardant API functions used for dongle operations may return the following error codes:

ErrorCodeShort description
GrdE_Ok0Operation performed successfully
GrdE_DongleNotFound1Dongle meeting the search criteria was not found
GrdE_AddressTooBig3The specified address is too big
GrdE_Gpis05GP counter reached zero
GrdE_InvalidCommand6Invalid dongle access command
GrdE_VerifyError8Verification error during writing into dongle memory
GrdE_NetProtocolNotFound9Network protocol not found
GrdE_NetResourceExhaust10Network license limit of Guardant Net dongle is exhausted
GrdE_NetConnectionLost11Guardant Net server connection lost
GrdE_NetDongleNotFound12Guardant Net server not found
GrdE_NetServerMemory13Guardant Net server memory allocation error
GrdE_DPMI14DPMI error
GrdE_Internal15Guardant Net server internal error
GrdE_NetServerReloaded16Guardant Net server reloaded
GrdE_VersionTooOld17This command is not supported by this dongle version (old version dongle)
GrdE_BadDriver18Windows NT driver missing
GrdE_NetProtocol19Network protocol error
GrdE_NetPacket20Network packet of invalid format received
GrdE_NeedLogin21Guardant Net server login is required
GrdE_NeedLogout22Guardant Net server logout is required
GrdE_DongleLocked23Guardant Net dongle is occupied by another ap-plication
GrdE_DriverBusy24Driver cannot capture the port
GrdE_CRCError30CRC error while accessing the dongle
GrdE_CRCErrorRead31CRC error while reading data from the dongle
GrdE_CRCErrorWrite32CRC error while writing data into the dongle
GrdE_Overbound33Attempt to access the dongle memory bounds
GrdE_AlgoNotFound34Hardware algorithm with this number is not found
GrdE_CRCErrorFunc35Hardware algorithm CRC error
GrdE_AllDonglesFound36All dongles found
GrdE_ProtocolNotSup37This version of Guardant API is not supported
GrdE_InvalidCnvType38Invalid type of reversible conversion specified
GrdE_UnknownError39Unknown algorithm/item operation error, operation may still remain incomplete
GrdE_AccessDenied40Incorrect password for accessing a protected item
GrdE_StatusUnchangeable41Protected item’s status is unchangeable
GrdE_NoService42No service for the algorithm/item available
GrdE_InactiveItem43Algorithm/item is Inactive, command was not executed
GrdE_DongleServerTooOld44Attempt to perform an operation not supported by the current version of Guardant Net server
GrdE_DongleBusy45The dongle cannot perform any operations at this moment
GrdE_InvalidArg46Invalid value is set for one of the function’s arguments
GrdE_MemoryAllocation47Memory allocation error
GrdE_InvalidHandle48Invalid handle
GrdE_ContainerInUse49This secured container is already in use
GrdE_Reserved5050Reserved
GrdE_Reserved5151Reserved
GrdE_Reserved5252Reserved
GrdE_SystemDataCorrupted53System data integrity is corrupt
GrdE_NoQuestion54No question for remote update was generated
GrdE_InvalidData55Invalid data format for remote update
GrdE_QuestionOK56Question for remote update has been already generated
GrdE_UpdateNotComplete57Writing procedure of remote update was not completed
GrdE_InvalidHash58Invalid data hash value for remote update
GrdE_GenInternal59Internal error
GrdE_AlreadyInitialized60This copy of Guardant API is already initialized
GrdE_LastError61Unknown error
GrdE_DuplicateNames63 
GrdE_AATFormatError64 
GrdE_SessionKeyNtGen65 
GrdE_InvalidPublicKey66 
GrdE_InvalidDigitalSign67 
GrdE_SessionKeyGenError68 
GrdE_InvalidSessionKey69 
GrdE_SessionKeyTooOld70 
GrdE_NeedInitialization71 
GrdE_gcProhibitCode72 
GrdE_gcLoadableCodeTimeOut73 
GrdE_gcFlashSizeFromDescriptorTooSmall 74 
GrdE_Reserved7575Reserved
GrdE_Reserved7676Reserved
GrdE_Reserved7777Reserved
GrdE_Reserved7878Reserved
GrdE_Reserved7979Reserved
GrdE_gcIncorrectMask80 
GrdE_gcRamOverboundInProtect81 
GrdE_gcFlashOverboundInProtect82 
GrdE_gcIntersectionOfCodeAreasInProtect 83 
GrdE_gcBmapFileTooBig84 
GrdE_gcZeroLengthProgram85 
GrdE_gcDataCorrupt86 
GrdE_gcProtocolError87 
GrdE_gcGCEXENotFound88 
GrdE_gcNotEnoughRAM89 
GrdE_gcException90 
GrdE_gcRamOverboundInCodeLoad91 
GrdE_gcFlashOverboundInCodeLoad92 
GrdE_gcIntersectionOfCodeAreasInCodeLoad93 
GrdE_gcGCEXEFormatError94 
GrdE_gcRamAccessViolation95 
GrdE_gcCallDepthOverflow96 
GrdE_LastError97 
  • No labels