From 7b26dbda2e3497619bcd9c02a9c3b81bf4c48db7 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 23 Jun 2016 10:56:30 +0900 Subject: [PATCH] Update error message of csr Change-Id: I714420448751c75f2b7974fb79a1d2a72553a537 --- include/private/tizen_error_private.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"), -- 2.7.4