.. index:: pair: enum; ErrorCode .. _doxid-namespace_p1_1_1_camera_sdk_1ada3dc51a13348c739a07d3ad8047c2a9: enum P1::CameraSdk::ErrorCode ============================= .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum ErrorCode { :target:`kNoError` = 0, :target:`kSuccess` = kNoError, :target:`kError` = -1, :target:`kErrorReturnParameterTooSmall` = -2, :target:`kErrorSdkNotOpen` = -3, :target:`kErrorSdkNoFactory` = -4, :target:`kErrorSdkFactoryError` = -5, :target:`kErrorSdkNotYetImplemented` = -6, :target:`kErrorSdkMissingBindingParameter` = -7, :target:`kErrorSdkBindingMethodFailed` = -8, :target:`kErrorSdkDataAlignmentFailure` = -9, :target:`kErrorCameraNotOpen` = -10, :target:`kErrorCameraNotFound` = -11, :target:`kErrorCameraCouldNotConnect` = -12, :target:`kErrorNoPropertyListFound` = -13, :target:`kErrorCameraInvalidIpAddress` = -15, :target:`kErrorCameraInitializationFailed` = -16, :target:`kErrorCameraOpenFailed` = -17, :target:`kErrorCameraConnectTimeout` = -18, :target:`kErrorCameraImageReceivingNotEnabled` = -19, :target:`kErrorPropertyNotFound` = -20, :target:`kErrorPropertyTypeInvalid` = -21, :target:`kErrorPropertyTypeNotFound` = -22, :target:`kErrorPropertyWrongType` = -23, :target:`kErrorPropertyGetFailed` = -24, :target:`kErrorPropertySetFailed` = -25, :target:`kErrorPropertyDescriptorNotFound` = -26, :target:`kErrorPropertyUnknownType` = -27, :target:`kErrorPropertyDescriptionNotFound` = -28, :target:`kErrorPropertyNameNotFound` = -29, :target:`kErrorPropertyGroupNotFound` = -30, :target:`kErrorPropertyEnabledNotFound` = -31, :target:`kErrorPropertyUserLevelNotFound` = -32, :target:`kErrorPropertyDisplayIndexNotFound` = -33, :target:`kErrorPropertyGetDefaultFailed` = -34, :target:`kErrorPropertyGetRangeFailed` = -35, :target:`kErrorPropertyGetValueListFailed` = -36, :target:`kErrorPropertyGetReadOnlyFailed` = -37, :target:`kErrorPropertyOutOfRange` = -38, :target:`kErrorPropertyValueNotInList` = -39, :target:`kErrorNotificationAlreadyExists` = -40, :target:`kErrorNotificationTimeOut` = -41, :target:`kErrorNotificationInternalError` = -42, :target:`kErrorNotificationDoesNotExist` = -43, :target:`kErrorNotificationNotRegistered` = -44, :target:`kErrorNotificationListenerNotRegistered` = -45, :target:`kErrorNotificationImageBufferNotFound` = -46, :target:`kErrorNotificationIncorrectType` = -47, :target:`kErrorCameraTriggerFailed` = -50, :target:`kErrorImageReceiverTimeout` = -60, :target:`kErrorImageReceiverInternalError` = -61, :target:`kErrorImageReceiverAborted` = -62, :target:`kErrorLiveViewFailedToGetImage` = -70, :target:`kErrorMissingPreAllocatedMemoryBuffer` = -80, :target:`kErrorCameraConnectionLimitReached` = -90, :target:`kErrorCameraConnectionAuthenicationFailure` = -91, :target:`kErrorAnotherThreadIsAlreadyPending` = -100, :target:`kErrorEnablingFeaturePackFailed` = -101, :target:`kErrorFeaturePackKeyMismatch` = -102, :target:`kErrorFeatureUnavailable` = -120, :target:`kErrorIncompatibleSubscriptionOptions` = -130, };