Table of Contents

Enum GenICamGenTLError

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

GenTL error codes

public enum GenICamGenTLError

Fields

Success = 0

Operation completed successfully

Error = -1001

Unspecified internal error

NotInitialized = -1002

GenTL Producer or system not initialized

NotImplemented = -1003

Operation is not implemented

ResourceInUse = -1004

Resource is in use

AccessDenied = -1005

Access denied

InvalidHandle = -1006

Invalid handle

InvalidId = -1007

Invalid ID

NoData = -1008

No data available

InvalidParameter = -1009

Invalid parameter passed

Io = -1010

Input/output error

Timeout = -1011

Timeout reached

Abort = -1012

Operation aborted

InvalidBuffer = -1013

Invalid buffer

NotAvailable = -1014

Feature not available

InvalidAddress = -1015

Invalid address

BufferTooSmall = -1016

Buffer too small

InvalidIndex = -1017

Invalid index

ParsingChunkData = -1018

Error parsing chunk data

InvalidValue = -1019

Invalid value

ResourceExhausted = -1020

Resource exhausted

OutOfMemory = -1021

Out of memory

Busy = -1022

System is busy

CustomId = -10000

Starting value for custom error IDs