| Error Code | Enumeration | Comment |
|---|
| 00001 | BadArgument | Failed to parse the calling arguments |
| 00002 | StartError | Exception occurred during startup |
| 00003 | DuplicateInstance | An instance is already running, no need to call again |
| 00006 | FileNotFound | File not found |
| 00007 | DownloadError | Failed to download |
| 00008 | FailToCreateDir | Failed to create directory |
| 00009 | FileExtractError | Failed to extract file |
| 00010 | ServicePathError | Failed to initialize the server |
| 00011 | FileWriteError | Failed to write file |
| 10001 | TrialExpired | Trial display period has ended |
| 10002 | Registered | Device is already registered |
| 10003 | TrialHardLimited | Trial display limit has been reached |
| 10004 | ChannelMismatched | Activation code channel mismatch |
| 10005 | RegisterForbidden | Activation request denied |
| 10006 | EmptyPassphrase | Activation code is empty |
| 10007 | ExperiencePassphrase | Experience code has expired |
| 10008 | OutdatedSdk | SDK version is too outdated |
| 10009 | RegisterNotFound | Registered device information not found |
| 10010 | RegisterSaveError | Failed to save registered device information |
| 10011 | TrialNotBeginError | Experience code, experience time has not started |
| 10012 | PassphraseInvalid | Activation code is invalid |
| 30001 | CaptureError | Failed to retrieve image |
| 30002 | ModelNotLoaded | Model not loaded |
| 30003 | AuthorizationExpired | Authorization has expired |
| 30004 | CameraInMotion | Camera motion is too large |
| 30005 | NoImageProduced | No camera image produced |
| 50001 | InsufficientPoints | Cropping requires 4 coordinate points |
| 50002 | PointOutOfRange | Coordinate point is out of range |
| 50003 | ImageCropTooSmall | Image cropping is too small |
| 99999 | | Unknown error, please contact staff for assistance |
Modified at 2023-11-16 06:18:09