EmotivCloudErrorCode.h
Go to the documentation of this file.
1 
9 
11 #ifndef EC_ERROR_CODE_H
12 #define EC_ERROR_CODE_H
13 
15 #define EC_OK 0x0000
16 
18 #define EC_UNKNOWN_ERROR 0x0001
19 
21 #define EC_COULDNT_RESOLVE_PROXY 0x0002
22 
23 #define EC_COULDNT_RESOLVE_HOST 0x0003
24 
25 #define EC_COULDNT_CONNECT 0x0004
26 
28 #define EC_PROFILE_CLOUD_EXISTED 0x0101
29 
31 #define EC_INVALID_PROFILE_ARCHIVE 0x0102
32 
34 #define EC_INVALID_PARAMETER 0x0300
35 
37 #define EC_OUT_OF_RANGE 0x0301
38 
40 #define EC_FILESYSTEM_ERROR 0x0302
41 
43 #define EC_BUFFER_TOO_SMALL 0x0303
44 
46 #define EC_UPLOAD_FAILED 0x0304
47 
49 #define EC_INVALID_CLOUD_USER_ID 0x0400
50 
52 #define EC_INVALID_ENGINE_USER_ID 0x0401
53 
55 #define EC_CLOUD_USER_ID_DONT_LOGIN 0x0402
56 
58 #define EC_EMOTIVCLOUD_UNINITIALIZED 0x0500
59 
61 #define EC_EMOENGINE_UNINITIALIZED 0x0501
62 
63 
64 #define EC_FILE_EXISTS 0x1001
65 
67 #define EC_RESERVED1 0x0900
68 
69 
70 #define EC_HEADSET_NOT_AVAILABLE 0x1001
71 #define EC_HEADSET_IS_OFF 0x1002
72 #define EC_LICENSE_NOT_EXPIRED 0x1003
73 #define EC_OVER_QUOTA 0x1004
74 #define EC_SAVING_IS_RUNNING 0x1005
75 
76 
77 #endif