enum class | EResult {
UnknownError = -1
, OK = 0
, PartialOK
, FailedToInitialize
,
FailedToTerminate
, NeedToInitialize
, NeedToTerminate
, FailedToCreateThread
,
FailedToSuspendThread
, FailedToResumeThread
, FailedToCreateDevice
, FailedToCreateKernelObject
,
FailedToCreateObject
, InvalidParameter
, NullPointer
, NotEnoughMemory
,
BufferDoesNotExist
, NoData
, OutOfRange
, NoResult
,
EmptyElement
, InvalidHandle
, FailedToModify
, InvalidItem
,
LackOfBasicData
, ZeroSize
, CountMismatch
, InvalidData
,
FailedToOpen
, FailedToRead
, FailedToWrite
, InvalidFile
,
FailedToSend
, FailedToReceive
, FailedToBind
, FailedToListen
,
FailedToConnect
, FailedToSetParam
, FailedToProcess
, UnsupportedDepth
,
UnsupportedChannels
, Timeout
, UnsupportedVersion
, InvalidObject
,
DifferentChannel
, DifferentDepth
, UnsupportedRegionOfInterest
, DidNotImplement
,
UnsupportedFormat
, FileNotFound
, ClassTypeDoesNotMatch
, CouldNotFindLicense
,
DifferentType
, CouldNotFind
, UnsupportedFunction
, TooSmall
,
NotEnoughMappingData
, CanBeInaccurate
, FailedToExecute
, FailedToCalculate
,
UnsupportedType
, DifferentTemplate
, InvalidElement
, NoCollision
,
FailedToFind
, FailedToLoad
, FailedToCreate
, FailedToSearch
,
FailedToStop
, LearnedImageDoesNotExist
, UnsupportedTypeOfROI
, ImageDoesNotExist
,
InvalidROI
, DoesNotIntersect
, FailedToCreateAlgorithm
, FailedToCreateImage
,
FailedToCopyImage
, FailedToLearn
, FailedToDecode
, FailedToEncode
,
DifferentFormat
, FailedToAutoDetect
, NeedToStop
, NeedToLoadDLL
,
NeedToGrabOrLive
, FailedToReadFromDevice
, FailedToReadParameter
, FailedToWriteToDevice
,
FailedToWriteToParameter
, LiveStatus
, FailedToGrab
, FailedToLive
,
CouldNotFindModules
, GdiObjectCapacityIsFull
, AlreadyCreated
, DifferentSize
,
CouldNotFindFunction
, CouldNotFindVariable
, SyntaxError
, InvalidVariable
,
UnsupportedProcessingUnit
, HigherLicenseRequired
, CudaVersionMismatched
, Cancel
,
BrokenData
, NotCompressedData
, NotPlainData
, UnsupportedOperatingSystem
,
Undefined
, InvalidLabel
, ThereIsNoRegion
, FailedToFindView
,
Stop
, Abort
, InvalidSize
, NeedToLearn
,
CouldNotFindDevice
, NotSquareImage
, AlreadyRunning
, BroadcastFailure
,
InvalidShape
, ShapeMismatched
, InvalidDevice
, InvalidComputationalGraph
,
FailedToMeasure
, Busy
, FailedToLogIn
, DoesNotExist
,
PermissionDenied
, InvalidKey
, AlreadyExistence
, UndefinedCudaErrorCode
,
UnsupportedFigure
, InvalidFigure
, NeedToUpdate
, CudaFailure
,
UnsupportedDevice
, AlreadyInitialized
, NeedToRun
, NeedToExecute
,
NeedToConnect
, NeedToDisconnect
, NeedToLoad
, NeedToSave
,
NeedToModify
, NeedToValidate
, NeedToLogIn
, NeedToLogOut
,
NoUpdate
, NotEmpty
, NotReady
, FailedToDelete
,
COUNT
} |