Click or drag to resize

ErrorCode Enumeration

The error codes replied by device.

Namespace:  AC908_SDK.Enums
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public enum ErrorCode
Members
  Member nameValueDescription
SUCCESS0 Operation is success.
ERR_BUSY1 The device is busy.
ERR_ACCESS_DENIED2 No permission to execute commands. The device needs to go through the login process.
ERR_INVALID_PARAMETER3 The parameter in the command is invalid.
ERR_CHECK4 CRC error.
ERR_UNKNOWN5 Unknown error.
ERR_UKNOWN_COMMAND6 Unknown command. This command is not implemented.
ERR_TIMEOUT7 The execution of the command timed out.
ERR_MEMORY_FULL8 The device is out of memory.
ERR_REQUEST9 Invalid request or requested function can't be executed at the moment.
ERR_COMMAND_LENGTH10 The command length is incorrect.
ERR_UNEXPECTED_PACKET_NUMBER11 The packet number is incorrect.
ERR_NOT_SUPPORT_SECURITY_BLOCK12 The device does not support the Security Block.
ERR_SECURITY_STATUS_NOT_MET13 Unexpected communication security status.
ERR_BIO_TYPE_NOT_SUPPORTED14 The biometrics type is not supported.
ERR_BIO_FORMAT_NOT_SUPPORTED15 The biometrics format is not supported.
ERR_UNABLE_PROCESS_CMD_DATA16 The device is unable to process the command.
See Also