Exceptions
  • 1 Minute to read

Exceptions


Article summary

ExceptionCondition
RayaCVException
Exception from cv method.
RayaCVUnkownError
Cv unknown error
RayaCVInvalidType
Inavlid type of model
RayaCVInvalidModel
invalid model.
RayaCVNotEnabledType
Model type not enabled.
RayaCVModelNotEnabled
Model not enabled.
RayaCVModelNotDisabled
Model not disabled.
RayaCVNotActiveModel
Model is not activated.
RayaCVNotValidLabel
Label not valid for model.
RayaCVWrongModelName
Wrong model name.
RayaCVNeedCallback
Method needs a callback to work properly.
RayaCVNeedController
Cv need cameras controller to work.
RayaCVAlreadyEnabled
Model is already enabled..
RayaCVNotCameraInterface
Not cameras in interface.
RayaCVNotCameraEnabled
Camera is not enabled.
RayaCVTopicNotPublishig
Topic not publishing.
RayaCVGPUNotAvailable
Gpu is not avaialble
RayaCVModelNotRunning
Model is not running
RayaCVModelLimitReached
Model limit reached.
RayaCVNotTrain
Model doesn't have train.
RayaCVWrongAppInfo
Invalid app info.
RayaCVWrongModelMode
Wrong model mode.
RayaCVNotModelMode
Model doen't have that mode
RayaCVCameraStatusFail
Camera status error.
RayaCVWrongCamera
Wrong camera.
RayaCVWrongCameraDepth
Wrong depth camera.
RayaCVRunningOtherCamera
Model running with other camera.
RayaCVRunningOtherTagSize
Model running with other tag size.
RayaCVModelNotPublishing
Model is not publishing.
RayaCVDiffImageNamesSize
Error in names and images sizes to train.
RayaCVInvalidImageFormat
Invalid image format.
RayaCVInvalidModelReturn
Invalid model return.




Was this article helpful?

What's Next