Go to the documentation of this file. 11 #ifndef EC_ERROR_CODE_H 12 #define EC_ERROR_CODE_H 18 #define EC_UNKNOWN_ERROR 0x0001 21 #define EC_COULDNT_RESOLVE_PROXY 0x0002 23 #define EC_COULDNT_RESOLVE_HOST 0x0003 25 #define EC_COULDNT_CONNECT 0x0004 28 #define EC_PROFILE_CLOUD_EXISTED 0x0101 31 #define EC_INVALID_PROFILE_ARCHIVE 0x0102 34 #define EC_INVALID_PARAMETER 0x0300 37 #define EC_OUT_OF_RANGE 0x0301 40 #define EC_FILESYSTEM_ERROR 0x0302 43 #define EC_BUFFER_TOO_SMALL 0x0303 46 #define EC_UPLOAD_FAILED 0x0304 49 #define EC_INVALID_CLOUD_USER_ID 0x0400 52 #define EC_INVALID_ENGINE_USER_ID 0x0401 55 #define EC_CLOUD_USER_ID_DONT_LOGIN 0x0402 58 #define EC_EMOTIVCLOUD_UNINITIALIZED 0x0500 61 #define EC_EMOENGINE_UNINITIALIZED 0x0501 64 #define EC_FILE_EXISTS 0x1001 67 #define EC_RESERVED1 0x0900 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