ErrorCode enum

Namespace: P1.CameraSdk

Definition

A list of error codes, representing error conditions occuring in the SDK internals.

See also:

SdkException

public enum ErrorCode

Fields

kNoError

0

kSuccess

kNoError

kError

-1

kErrorReturnParameterTooSmall

-2

kErrorSdkNotOpen

-3

kErrorSdkNoFactory

-4

kErrorSdkFactoryError

-5

kErrorSdkNotYetImplemented

-6

kErrorSdkMissingBindingParameter

-7

kErrorSdkBindingMethodFailed

-8

kErrorSdkDataAlignmentFailure

-9

kErrorCameraNotOpen

-10

kErrorCameraNotFound

-11

kErrorCameraCouldNotConnect

-12

kErrorNoPropertyListFound

-13

kErrorCameraInvalidIpAddress

-15

kErrorCameraInitializationFailed

-16

kErrorCameraOpenFailed

-17

kErrorCameraConnectTimeout

-18

kErrorCameraImageReceivingNotEnabled

-19

kErrorPropertyNotFound

-20

kErrorPropertyTypeInvalid

-21

kErrorPropertyTypeNotFound

-22

kErrorPropertyWrongType

-23

kErrorPropertyGetFailed

-24

kErrorPropertySetFailed

-25

kErrorPropertyDescriptorNotFound

-26

kErrorPropertyUnknownType

-27

kErrorPropertyDescriptionNotFound

-28

zzz MEG 2020-04-03 07:10 how does this differ from kErrorPropertyTypeInvalid and kErrorPropertyTypeNotFound

kErrorPropertyNameNotFound

-29

kErrorPropertyGroupNotFound

-30

kErrorPropertyEnabledNotFound

-31

kErrorPropertyUserLevelNotFound

-32

kErrorPropertyDisplayIndexNotFound

-33

kErrorPropertyGetDefaultFailed

-34

kErrorPropertyGetRangeFailed

-35

kErrorPropertyGetValueListFailed

-36

kErrorPropertyGetReadOnlyFailed

-37

kErrorPropertyOutOfRange

-38

kErrorPropertyValueNotInList

-39

kErrorPropertyIsDisabled

-200

kErrorPropertyIsReadOnly

-201

kErrorNotificationAlreadyExists

-40

kErrorNotificationTimeOut

-41

kErrorNotificationInternalError

-42

kErrorNotificationDoesNotExist

-43

kErrorNotificationNotRegistered

-44

kErrorNotificationListenerNotRegistered

-45

kErrorNotificationImageBufferNotFound

-46

kErrorNotificationIncorrectType

-47

kErrorCameraTriggerFailed

-50

kErrorImageReceiverTimeout

-60

kErrorImageReceiverInternalError

-61

kErrorImageReceiverAborted

-62

kErrorLiveViewFailedToGetImage

-70

kErrorMissingPreAllocatedMemoryBuffer

-80

kErrorCameraConnectionLimitReached

-90

kErrorCameraConnectionAuthenticationFailure

-91

kErrorAnotherThreadIsAlreadyPending

-100

kErrorEnablingFeaturePackFailed

-101

kErrorFeaturePackKeyMismatch

-102

kErrorFileTransferUnsupportedFileId

-110

kErrorFeatureUnavailable

-120

kErrorIncompatibleSubscriptionOptions

-130