Fixed issue that application regards UA_ERROR_NOT_REGISTERED as
authorsaerome kim <saerome.kim@samsung.com>
Wed, 30 Jan 2019 06:05:31 +0000 (15:05 +0900)
committer김새롬/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <saerome.kim@samsung.com>
Wed, 30 Jan 2019 06:16:45 +0000 (15:16 +0900)
UA_ERROR_NONE

Signed-off-by: saerome kim <saerome.kim@samsung.com>
include/ua-api.h

index 4e8ddc4..9a8dc04 100644 (file)
@@ -76,7 +76,7 @@ typedef enum {
        ERROR(UAM_ERROR_TIMEOUT, TIZEN_ERROR_TIMED_OUT) \
        ERROR(UAM_ERROR_NOW_IN_PROGRESS, TIZEN_ERROR_NOW_IN_PROGRESS) \
        ERROR(UAM_ERROR_NOT_SUPPORTED, TIZEN_ERROR_NOT_SUPPORTED) \
-       ERROR(UAM_ERROR_NOT_REGISTERED, TIZEN_ERROR_UA | 0x0) \
+       ERROR(UAM_ERROR_NOT_REGISTERED, TIZEN_ERROR_UA | 0x01) \
        ERROR(UAM_ERROR_NOT_IN_OPERATION, TIZEN_ERROR_UA | 0x02) \
        ERROR(UAM_ERROR_ALREADY_DONE, TIZEN_ERROR_UA | 0x03) \
        ERROR(UAM_ERROR_INTERNAL, TIZEN_ERROR_UA | 0x04) \