 | ErrorCode Enumeration |
The error codes replied by device.
Namespace:
AC908_SDK.Enums
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
Members
| Member name | Value | Description |
---|
| SUCCESS | 0 |
Operation is success.
|
| ERR_BUSY | 1 |
The device is busy.
|
| ERR_ACCESS_DENIED | 2 |
No permission to execute commands. The device needs to go through the login process.
|
| ERR_INVALID_PARAMETER | 3 |
The parameter in the command is invalid.
|
| ERR_CHECK | 4 |
CRC error.
|
| ERR_UNKNOWN | 5 |
Unknown error.
|
| ERR_UKNOWN_COMMAND | 6 |
Unknown command. This command is not implemented.
|
| ERR_TIMEOUT | 7 |
The execution of the command timed out.
|
| ERR_MEMORY_FULL | 8 |
The device is out of memory.
|
| ERR_REQUEST | 9 |
Invalid request or requested function can't be executed at the moment.
|
| ERR_COMMAND_LENGTH | 10 |
The command length is incorrect.
|
| ERR_UNEXPECTED_PACKET_NUMBER | 11 |
The packet number is incorrect.
|
| ERR_NOT_SUPPORT_SECURITY_BLOCK | 12 |
The device does not support the Security Block.
|
| ERR_SECURITY_STATUS_NOT_MET | 13 |
Unexpected communication security status.
|
| ERR_BIO_TYPE_NOT_SUPPORTED | 14 |
The biometrics type is not supported.
|
| ERR_BIO_FORMAT_NOT_SUPPORTED | 15 |
The biometrics format is not supported.
|
| ERR_UNABLE_PROCESS_CMD_DATA | 16 |
The device is unable to process the command.
|
See Also