From: ByungWoo Lee Date: Thu, 23 Jun 2016 01:56:30 +0000 (+0900) Subject: Update error message of csr X-Git-Tag: accepted/tizen/common/20160627.191333~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b26dbda2e3497619bcd9c02a9c3b81bf4c48db7;p=platform%2Fcore%2Fapi%2Fcommon.git Update error message of csr Change-Id: I714420448751c75f2b7974fb79a1d2a72553a537 --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index b33930a..f182591 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -77,9 +77,10 @@ static err_info err_list[] = { ERR_ENTRY("CSR_ERROR_NO_TASK", TIZEN_ERROR_CSR | 0x04, "No Task exists"), ERR_ENTRY("CSR_ERROR_DB", TIZEN_ERROR_CSR | 0x05, "DB transaction error"), ERR_ENTRY("CSR_ERROR_REMOVE_FAILED", TIZEN_ERROR_CSR | 0x06, "Removing file or application is failed"), - ERR_ENTRY("CSR_ERROR_FILE_DO_NOT_EXIST", TIZEN_ERROR_CSR | 0x07, "File not exist"), - ERR_ENTRY("CSR_ERROR_FILE_CHANGED", TIZEN_ERROR_CSR | 0x08, "File changed after detection"), - ERR_ENTRY("CSR_ERROR_FILE_SYSTEM", TIZEN_ERROR_CSR | 0x09, "File type is invalid"), + ERR_ENTRY("CSR_ERROR_USER_RESPONSE_FAILED", TIZEN_ERROR_CSR | 0x07, "Getting user response is failed"), + ERR_ENTRY("CSR_ERROR_FILE_DO_NOT_EXIST", TIZEN_ERROR_CSR | 0x08, "File not exist"), + ERR_ENTRY("CSR_ERROR_FILE_CHANGED", TIZEN_ERROR_CSR | 0x09, "File changed after detection"), + ERR_ENTRY("CSR_ERROR_FILE_SYSTEM", TIZEN_ERROR_CSR | 0x10, "File type is invalid"), ERR_ENTRY("CSR_ERROR_ENGINE_PERMISSION", TIZEN_ERROR_CSR | 0x11, "Insufficient permission of engine"), ERR_ENTRY("CSR_ERROR_ENGINE_NOT_EXIST", TIZEN_ERROR_CSR | 0x12, "No engine exists"), ERR_ENTRY("CSR_ERROR_ENGINE_DISABLED", TIZEN_ERROR_CSR | 0x13, "Engine is in disabled state"),