Status Code
Enumeration of all possible status codes reported by the LiG Scanner SDK.
These status codes provide detailed information about SDK operations, errors, and state changes. They are primarily delivered through the LiGScanner.onStatusReported callback.
Categories:
Success: TAG_DETECTED, AUTHENTICATION_OK, DEVICE_IS_SUPPORTED
Initialization: NOT_INITIALIZED
Hardware: NO_CAMERA, NO_SUPPORT_DEVICE
Authentication: AUTHENTICATION_FAILED, AUTHENTICATION_TIMEOUT
Network: SERVER_ANOMALY, DEVICE_STATUS_UNKNOWN
Performance: FPS_NOT_MATCH
Configuration: CONFIG_FILE_ERROR
Parameters
The numeric value of the status code
Entries
FPS does not match expected range (23-27 FPS)
Authentication request timed out.
Authentication failed due to invalid credentials.
Authentication completed successfully.
We can't tell whether the device is supported or not. Most likely, internet is not available
Device Is Supported
Config files aren't loaded successfully
Server got troubles
Device is not supported
This error code means that the SDK has not been initialized but LiGScanner.start is called.
LigTag detection successful