enum | artec::sdk::base::errors::ErrorCode {
artec::sdk::base::errors::ErrorCode_OK = 0x00000000,
artec::sdk::base::errors::ErrorCode_OsError = 0xC0000001,
artec::sdk::base::errors::ErrorCode_FileNotFound = 0x80000002,
artec::sdk::base::errors::ErrorCode_PathNotFound = 0x80000003,
artec::sdk::base::errors::ErrorCode_AccessDenied = 0xC0000005,
artec::sdk::base::errors::ErrorCode_InvalidHandle = 0xC0000006,
artec::sdk::base::errors::ErrorCode_NotEnoughMemory = 0x80000008,
artec::sdk::base::errors::ErrorCode_OutOfMemory = 0xC000000E,
artec::sdk::base::errors::ErrorCode_FileExists = 0x80000050,
artec::sdk::base::errors::ErrorCode_FilePathTooLong = 0x80000051,
artec::sdk::base::errors::ErrorCode_FileIsDirectory = 0x80000052,
artec::sdk::base::errors::ErrorCode_FileReadError = 0xC0000060,
artec::sdk::base::errors::ErrorCode_FileWriteError = 0xC0000061,
artec::sdk::base::errors::ErrorCode_ClientInterfaceStartFailed = 0xC0010001,
artec::sdk::base::errors::ErrorCode_ClientInterfaceShutdownFailed = 0x80010004,
artec::sdk::base::errors::ErrorCode_OperationUnsupported = 0x80010100,
artec::sdk::base::errors::ErrorCode_OperationDenied = 0x80010101,
artec::sdk::base::errors::ErrorCode_OperationInvalid = 0x80010102,
artec::sdk::base::errors::ErrorCode_OperationTimeouted = 0x80010103,
artec::sdk::base::errors::ErrorCode_OperationFailed = 0x80010104,
artec::sdk::base::errors::ErrorCode_OperationAborted = 0x00010105,
artec::sdk::base::errors::ErrorCode_OperationIncomplete = 0x80010106,
artec::sdk::base::errors::ErrorCode_ParameterUnsupported = 0x80010200,
artec::sdk::base::errors::ErrorCode_ArgumentInvalid = 0x80010201,
artec::sdk::base::errors::ErrorCode_ArgumentOutOfRange = 0x80010202,
artec::sdk::base::errors::ErrorCode_AllFramesAreFilteredOut = 0x80010203,
artec::sdk::base::errors::ErrorCode_FormatUnsupported = 0x80010300,
artec::sdk::base::errors::ErrorCode_FormatInvalid = 0x80010301,
artec::sdk::base::errors::ErrorCode_TestMockWarning = 0x80020002,
artec::sdk::base::errors::ErrorCode_TestMockFailure = 0xC0020003,
artec::sdk::base::errors::ErrorCode_InternalFailure = 0xC0030000,
artec::sdk::base::errors::ErrorCode_DriverNotFound = 0xC0030100,
artec::sdk::base::errors::ErrorCode_DriverVersionUnsupported = 0xC0030101,
artec::sdk::base::errors::ErrorCode_LibNotFound = 0xC0030200,
artec::sdk::base::errors::ErrorCode_LibVersionUnsupported = 0xC0030201,
artec::sdk::base::errors::ErrorCode_LibInternalFailure = 0xC0030206,
artec::sdk::base::errors::ErrorCode_LibFeatureUnsupported = 0xC0030207,
artec::sdk::base::errors::ErrorCode_LibOperationUnsupported = 0xC0030210,
artec::sdk::base::errors::ErrorCode_LibOperationInvalid = 0xC0030211,
artec::sdk::base::errors::ErrorCode_LibParameterUnsupported = 0xC0030220,
artec::sdk::base::errors::ErrorCode_LibArgumentInvalid = 0xC0030221,
artec::sdk::base::errors::ErrorCode_LibArgumentOutOfRange = 0xC0030222,
artec::sdk::base::errors::ErrorCode_ConfigNotFound = 0xC0030300,
artec::sdk::base::errors::ErrorCode_ConfigVersionUnsupported = 0xC0030301,
artec::sdk::base::errors::ErrorCode_ConfigCorrupted = 0xC0030302,
artec::sdk::base::errors::ErrorCode_ConfigAccessFailure = 0xC0030305,
artec::sdk::base::errors::ErrorCode_ConfigParameterNotFound = 0xC0030310,
artec::sdk::base::errors::ErrorCode_ConfigParameterInvalid = 0xC0030311,
artec::sdk::base::errors::ErrorCode_DevLogicFailure = 0xC0050000,
artec::sdk::base::errors::ErrorCode_MathFailure = 0xC0050010,
artec::sdk::base::errors::ErrorCode_UnresolvedException = 0xC0050101,
artec::sdk::base::errors::ErrorCode_UnresolvedOsException = 0xC0050102,
artec::sdk::base::errors::ErrorCode_UnresolvedStdException = 0xC0050103,
artec::sdk::base::errors::ErrorCode_UnresolvedBoostException = 0xC0050104,
artec::sdk::base::errors::ErrorCode_UnknownExceptionType = 0xC0050110,
artec::sdk::base::errors::ErrorCode_SecondaryException = 0xC0050111,
artec::sdk::base::errors::ErrorCode_UnmappedError = 0xC0050200,
artec::sdk::base::errors::ErrorCode_ExpectationFailure = 0xC0050300,
artec::sdk::base::errors::ErrorCode_OpenGlInvalidVersion = 0xC0060100,
artec::sdk::base::errors::ErrorCode_CameraNotConnected = 0x80070101,
artec::sdk::base::errors::ErrorCode_CameraUnsupported = 0x80070102,
artec::sdk::base::errors::ErrorCode_CameraNotLicenced = 0x80070103,
artec::sdk::base::errors::ErrorCode_CameraLocked = 0x80070108,
artec::sdk::base::errors::ErrorCode_CameraInitializationFailed = 0x8007010F,
artec::sdk::base::errors::ErrorCode_CameraNotInitialized = 0xC0070110,
artec::sdk::base::errors::ErrorCode_CameraSettingUnsupported = 0x80070120,
artec::sdk::base::errors::ErrorCode_CameraSettingInvalid = 0x80070121,
artec::sdk::base::errors::ErrorCode_CameraFirmwareFailure = 0xC0070130,
artec::sdk::base::errors::ErrorCode_CameraFirmwareAccessFailure = 0x80070140,
artec::sdk::base::errors::ErrorCode_CameraFirmwareAccessTimeout = 0x80070141,
artec::sdk::base::errors::ErrorCode_CameraBusy = 0xC0070150,
artec::sdk::base::errors::ErrorCode_ScannerNotConnected = 0x80070201,
artec::sdk::base::errors::ErrorCode_ScannerUnsupported = 0x80070202,
artec::sdk::base::errors::ErrorCode_ScannerNotLicensed = 0x80070203,
artec::sdk::base::errors::ErrorCode_ScannerLocked = 0x80070208,
artec::sdk::base::errors::ErrorCode_ScannerInitializationFailed = 0x8007020F,
artec::sdk::base::errors::ErrorCode_ScannerNotInitialized = 0xC0070210,
artec::sdk::base::errors::ErrorCode_ScannerBusy = 0x80070250,
artec::sdk::base::errors::ErrorCode_BundlesUnsupported = 0x80070300,
artec::sdk::base::errors::ErrorCode_BundlesNotLicensed = 0x80070301,
artec::sdk::base::errors::ErrorCode_BundleCalibrationFailed = 0x80070321,
artec::sdk::base::errors::ErrorCode_BundleStagingFailure = 0x80070323,
artec::sdk::base::errors::ErrorCode_BundleInsufficientOverlapping = 0x80070324,
artec::sdk::base::errors::ErrorCode_BundleUncalibrated = 0xC0070330,
artec::sdk::base::errors::ErrorCode_StrobeFailure = 0xC0070500,
artec::sdk::base::errors::ErrorCode_TriggerFailure = 0xC0070510,
artec::sdk::base::errors::ErrorCode_FrameCaptureTimeout = 0x80070800,
artec::sdk::base::errors::ErrorCode_FrameCorrupted = 0x80070801,
artec::sdk::base::errors::ErrorCode_FrameReconstructionFailed = 0x80070803,
artec::sdk::base::errors::ErrorCode_FrameRegistrationFailed = 0x80070808
} |