Macros

Value range is between 0x80000100 and 0x800001FF. More...

Macros

#define MV_E_GC_GENERIC   0x80000100
 Generic error. More...
 
#define MV_E_GC_ARGUMENT   0x80000101
 Invalid parameter. More...
 
#define MV_E_GC_RANGE   0x80000102
 The value is out of range. More...
 
#define MV_E_GC_PROPERTY   0x80000103
 Property error. More...
 
#define MV_E_GC_RUNTIME   0x80000104
 Incorrect running environment. More...
 
#define MV_E_GC_LOGICAL   0x80000105
 Logic error. More...
 
#define MV_E_GC_ACCESS   0x80000106
 Incorrect node access condition. More...
 
#define MV_E_GC_TIMEOUT   0x80000107
 Timed out. More...
 
#define MV_E_GC_DYNAMICCAST   0x80000108
 Dynamic cast error. More...
 
#define MV_E_GC_UNKNOW   0x800001FF
 GenICam unknown error. More...
 

Detailed Description

Value range is between 0x80000100 and 0x800001FF.

Macro Definition Documentation

◆ MV_E_GC_GENERIC

#define MV_E_GC_GENERIC   0x80000100

Generic error.

◆ MV_E_GC_ARGUMENT

#define MV_E_GC_ARGUMENT   0x80000101

Invalid parameter.

◆ MV_E_GC_RANGE

#define MV_E_GC_RANGE   0x80000102

The value is out of range.

◆ MV_E_GC_PROPERTY

#define MV_E_GC_PROPERTY   0x80000103

Property error.

◆ MV_E_GC_RUNTIME

#define MV_E_GC_RUNTIME   0x80000104

Incorrect running environment.

◆ MV_E_GC_LOGICAL

#define MV_E_GC_LOGICAL   0x80000105

Logic error.

◆ MV_E_GC_ACCESS

#define MV_E_GC_ACCESS   0x80000106

Incorrect node access condition.

◆ MV_E_GC_TIMEOUT

#define MV_E_GC_TIMEOUT   0x80000107

Timed out.

◆ MV_E_GC_DYNAMICCAST

#define MV_E_GC_DYNAMICCAST   0x80000108

Dynamic cast error.

◆ MV_E_GC_UNKNOW

#define MV_E_GC_UNKNOW   0x800001FF

GenICam unknown error.