Enumeration definitions, Eerrtype – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual
Page 143

CATC IBTrainer InfiniBand Exerciser API Reference
3-1
Enumeration Definitions
EErrtype
Enum over all different error codes. The following list of errors gives
detailed descriptions:
Error
Description
IGE_OK = 0
Everything is OK.
IGE_FATAL
Fatal error occurred.
IGE_RANGE
Range checking failed.
IGE_ASSERT
Assertion failed. Usually an unrecoverable error.
IGE_OUTOFMEM
The application has run out of memory.
IGE_INVALIDHANDLE
The handle you are using is invalid.
IGE_SYNTAX
Syntax error while parsing input parameters (for example pattern
terms).
IGE_NOTINITIALIZED
The object needs initializing before use.
IGE_FILENOTFOUND
The specified file could not be found.
IGE_TESTFAILED
The test failed.
IGE_WARNING
Is used to transport a warning message.
IGE_INVALIDPACKET
Packet parsing failed.
IGE_FWERROR
Generator firmware encountered an error.
IGE_WIN32
Error generated by WIN32 calls.
IGE_UNDEFPROP
Undefined property.
IGE_INVALIDTYPE
Invalid type used.
IGE_BUFFERUNDERRUN
Buffer too small. Emptied while reading out data.
IGE_VERSION
Version mismatch. Upgrade to the newest hardware version.
IGE_GENERAL
General failure (none of the above).
Description