21 MMIND_STATUS_NO_SUPPORT_ERROR =
45 MMIND_STATUS_ACQUISITION_TRIGGER_WAIT = -12,
ErrorCode
The error codes.
@ MMIND_STATUS_SUCCESS
Success code.
@ MMIND_STATUS_NO_DATA_ERROR
@ MMIND_STATUS_DEVICE_OFFLINE
Device is offline. Network issue may be present.
@ MMIND_STATUS_INVALID_CALLBACKFUNC
@ MMIND_STATUS_TIMEOUT_ERROR
@ MMIND_HANDEYE_CALIBRATION_POSES_INSUFFICIENT
Error: insufficient calibration poses.
@ MMIND_STATUS_INVALID_INPUT_ERROR
The image data is empty. Some error may have occurred on the device.
@ MMIND_STATUS_DEVICE_BUSY
Data acquisition has not been started.
@ MMIND_STATUS_OUT_OF_RANGE_ERROR
@ MMIND_HANDEYE_CALIBRATION_PATTERN_IMAGE_ERROR
Error occurred while processing the 2D image with feature detection results.
@ MMIND_STATUS_INVALID_DEVICE
@ MMIND_STATUS_PARAMETER_ERROR
@ MMIND_STATUS_FILE_IO_ERROR
ErrorStatus()=default
Default constructor.
std::string errorDescription
bool isOK() const
Returns true if the operation succeeded.
ErrorStatus(ErrorCode code, const std::string &message)
Constructor with parameters.