10static const int UNKNOWN_ERROR = -8000;
13static const int COMMAND_PARSING_ERROR = -8001;
16static const int ACTIVATION_ERROR = -8002;
19static const int LOCAL_AUTHENTICATION_ERROR = -8003;
22static const int LOCAL_TRANSACTION_ERROR = -8004;
25static const int REMOTE_AUTHENTICATION_ERROR = -8005;
28static const int REMOTE_TRANSACTION_ERROR = -8006;
30static const int REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR = -8029;
32static const int REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR = -8030;
35static const int NOTIFICATION_REGISTRATION_ERROR = -8007;
38static const int CHANGE_PASSWORD_ERROR = -8008;
41static const int USER_ID_NULL_OR_EMPTY = -8010;
44static const int USER_ID_WRONG_FORMAT = -8011;
47static const int ACTIVATION_PASSWORD_NULL_OR_EMPTY = -8012;
50static const int ACTIVATION_PASSWORD_WRONG_LENGTH = -8013;
53static const int ACTIVATION_PASSWORD_WRONG_CHECKSUM = -8014;
56static const int PASSWORD_NULL = -8015;
59static const int PASSWORD_TOO_SHORT = -8016;
62static const int PASSWORD_TOO_LONG = -8017;
65static const int PASSWORD_WEAK = -8018;
68static const int PASSWORD_WRONG = -8019;
71static const int PASSWORD_LOCK = -8020;
74static const int MISSING_PERMISSION_CAMERA = -8021;
77static const int ERROR_RESPONSE_ERROR = -8027;
80static const int INVALID_ARGUMENT = -8028;
83static const int INTERNAL_ERROR = -8999;