IedkErrorCode.h
Go to the documentation of this file.
1 
10 
12 #ifndef IEDK_ERROR_CODE_H
13 #define IEDK_ERROR_CODE_H
14 
16 #define EDK_OK 0x0000
17 
19 #define EDK_UNKNOWN_ERROR 0x0001
20 
22 #define EDK_INVALID_DEV_ID_ERROR 0x0002
23 
25 #define EDK_INVALID_PROFILE_ARCHIVE 0x0101
26 
29 #define EDK_NO_USER_FOR_BASEPROFILE 0x0102
30 
33 #define EDK_CANNOT_ACQUIRE_DATA 0x0200
34 
36 #define EDK_BUFFER_TOO_SMALL 0x0300
37 
39 #define EDK_OUT_OF_RANGE 0x0301
40 
42 #define EDK_INVALID_PARAMETER 0x0302
43 
45 #define EDK_PARAMETER_LOCKED 0x0303
46 
48 #define EDK_MC_INVALID_TRAINING_ACTION 0x0304
49 
51 #define EDK_MC_INVALID_TRAINING_CONTROL 0x0305
52 
54 #define EDK_MC_INVALID_ACTIVE_ACTION 0x0306
55 
57 #define EDK_MC_EXCESS_MAX_ACTIONS 0x0307
58 
61 #define EDK_FE_NO_SIG_AVAILABLE 0x0308
62 
64 #define EDK_FILESYSTEM_ERROR 0x0309
65 
67 #define EDK_INVALID_USER_ID 0x0400
68 
70 #define EDK_EMOENGINE_UNINITIALIZED 0x0500
71 
73 #define EDK_EMOENGINE_DISCONNECTED 0x0501
74 
76 #define EDK_EMOENGINE_PROXY_ERROR 0x0502
77 
79 #define EDK_NO_EVENT 0x0600
80 
82 #define EDK_GYRO_NOT_CALIBRATED 0x0700
83 
85 #define EDK_OPTIMIZATION_IS_ON 0x0800
86 
88 #define EDK_RESERVED1 0x0900
89 
90 #endif