DeviceErrorTypeInvalidId constant

int const DeviceErrorTypeInvalidId

Description: The device ID does not exist.
Cause: The device ID is spelled incorrectly, or the corresponding device is unplugged.
Solutions: Please use the SDK interface to obtain the device ID, and check whether the device is properly connected.

Implementation

static const int DeviceErrorTypeInvalidId = 1006002;