Constants§
- VmbError
Already - !< Something has already been done
- VmbError
Ambiguous - !< An entity cannot be uniquely identified based on the information provided
- VmbError
ApiNot Started - !< ::VmbStartup() was not called before the current command
- VmbError
BadHandle - !< The given handle is not valid
- VmbError
BadParameter - !< One of the parameters is invalid (usually an illegal pointer)
- VmbError
Busy - !< The responsible module/entity is busy executing actions
- VmbError
Custom - !< The minimum error code to use for user defined error codes to avoid conflict with existing error codes
- VmbError
Device NotOpen - !< Device was not opened for usage
- VmbError
Features Unavailable - !< The XML for the module is currently not loaded; the module could be in the wrong state or the XML could not be retrieved or could not be parsed properly
- VmbError
GenTL Unspecified - !< Unspecified GenTL runtime error
- VmbErrorIO
- !< Low level IO error in transport layer
- VmbError
InUse - !< Something is already in use
- VmbError
Incomplete - !< The current operation was not completed (e.g. a multiple registers read or write)
- VmbError
Insufficient Buffer Count - !< The operation requires more buffers
- VmbError
Internal Fault - !< Unexpected fault in VmbC or driver
- VmbError
Invalid Access - !< Operation is invalid with the current access mode
- VmbError
Invalid Address - !< The given address is out of range or invalid for internal reasons
- VmbError
Invalid Call - !< Call is invalid in the current context (e.g. callback)
- VmbError
Invalid Value - !< The value is not valid; either out of bounds or not an increment of the minimum
- VmbError
More Data - !< More data available in a string/list than space is provided
- VmbError
NoChunk Data - !< A frame expected to contain chunk data does not contain chunk data
- VmbError
NoData - !< The function has no data to work on
- VmbError
NoTL - !< No transport layers are found
- VmbError
NotAvailable - !< Something is not available
- VmbError
NotFound - !< The designated instance (camera, feature etc.) cannot be found
- VmbError
NotImplemented - !< API feature is not implemented
- VmbError
NotInitialized - !< Something is not initialized
- VmbError
NotSupported - !< API feature is not supported
- VmbError
Other - !< Other error
- VmbError
Parsing Chunk Data - !< An error occurred parsing a buffer containing chunk data
- VmbError
Resources - !< Resources not available (e.g. memory)
- VmbError
Retries Exceeded - !< Something could not be accomplished with a given number of retries
- VmbError
Struct Size - !< The given struct size is not valid for this version of the API
- VmbError
Success - !< No error
- VmbErrorTL
NotFound - !< A required transport layer could not be found or loaded
- VmbError
Timeout - !< Timeout during wait
- VmbError
Unknown - !< Error condition unknown
- VmbError
Unspecified - !< Unspecified runtime error
- VmbError
User Callback Exception - !< A callback provided by the user threw an exception
- VmbError
Valid Value SetNot Present - !< The valid value set could not be retrieved, since the feature does not provide this property
- VmbError
Wrong Type - !< Wrong feature type for this access function
- VmbError
Xml - !< Error parsing XML
Type Aliases§
- Type
- \brief Error codes, returned by most functions.