Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
OrchestrationErrorCodes.h
Go to the documentation of this file.
1
2//
3// © 1999 – 2019 OneSpan North America Inc. All rights reserved.
4// All rights reserved. https://www.onespan.com/
5//
7
8
10static const int UNKNOWN_ERROR = -8000;
11
13static const int COMMAND_PARSING_ERROR = -8001;
14
16static const int ACTIVATION_ERROR = -8002;
17
19static const int LOCAL_AUTHENTICATION_ERROR = -8003;
20
22static const int LOCAL_TRANSACTION_ERROR = -8004;
23
25static const int REMOTE_AUTHENTICATION_ERROR = -8005;
26
28static const int REMOTE_TRANSACTION_ERROR = -8006;
29
30static const int REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR = -8029;
31
32static const int REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR = -8030;
33
35static const int NOTIFICATION_REGISTRATION_ERROR = -8007;
36
38static const int CHANGE_PASSWORD_ERROR = -8008;
39
41static const int USER_ID_NULL_OR_EMPTY = -8010;
42
44static const int USER_ID_WRONG_FORMAT = -8011;
45
47static const int ACTIVATION_PASSWORD_NULL_OR_EMPTY = -8012;
48
50static const int ACTIVATION_PASSWORD_WRONG_LENGTH = -8013;
51
53static const int ACTIVATION_PASSWORD_WRONG_CHECKSUM = -8014;
54
56static const int PASSWORD_NULL = -8015;
57
59static const int PASSWORD_TOO_SHORT = -8016;
60
62static const int PASSWORD_TOO_LONG = -8017;
63
65static const int PASSWORD_WEAK = -8018;
66
68static const int PASSWORD_WRONG = -8019;
69
71static const int PASSWORD_LOCK = -8020;
72
74static const int MISSING_PERMISSION_CAMERA = -8021;
75
77static const int ERROR_RESPONSE_ERROR = -8027;
78
80static const int INVALID_ARGUMENT = -8028;
81
83static const int INTERNAL_ERROR = -8999;