genapic/GenApiCError.h#
Defines#
Macros Documentation#
define GENAPI_E_FAIL#
Unspecified error occurred. Call GenApiGetLastErrorDetail() for more information about the error.
define GENAPI_E_INDEX_ERROR#
An index is out of range.
define GENAPI_E_INSUFFICIENT_BUFFER#
Buffer size passed is less than required.
define GENAPI_E_INVALID_ARG#
Function called with invalid argument.
define GENAPI_E_INVALID_FILEHANDLE#
An invalid file handle has been passed.
define GENAPI_E_INVALID_NODECALLBACKHANDLE#
An invalid callback handle has been passed.
define GENAPI_E_INVALID_NODEHANDLE#
An invalid node handle has been passed.
define GENAPI_E_INVALID_NODEMAPHANDLE#
An invalid node map handle has been passed.
define GENAPI_E_LIMITS_EXCEEDED#
The value exceeds the valid range.
define GENAPI_E_LOGICAL_ERROR#
Program logic error. Call GenApiGetLastErrorDetail() for more information about the error.
define GENAPI_E_NODE_NOT_FOUND#
Specified node not found in node map.
define GENAPI_E_OBJECT_ILLEGAL_STATE#
Object state illegal for operation. Call GenApiGetLastErrorDetail() for more information about the error.
define GENAPI_E_OK#
Operation completed successfully.
define GENAPI_E_PROPERTY_ERROR#
Generic GenICam property error occurred. Call GenApiGetLastErrorDetail() for more information about the error.
define GENAPI_E_RESULT_RANGE_EXCEEDED#
A 64 bit result will be truncated if returned as a 32 bit value.
define GENAPI_E_TIMEOUT#
Timeout expired.
define GENAPI_E_TYPE_ERROR#
Expression has wrong type.