From 3d8cbcc33eb2773afd61057a937f21470ab697e1 Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Thu, 2 Jun 2016 19:20:08 +0900 Subject: [PATCH] Add error messages for csr-framework Change-Id: I8c105fa77bcfed44febc24862d14929bad8739aa Signed-off-by: Dongsun Lee --- error_messages/csr-framework.xml | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 error_messages/csr-framework.xml diff --git a/error_messages/csr-framework.xml b/error_messages/csr-framework.xml new file mode 100644 index 0000000..9fbc67b --- /dev/null +++ b/error_messages/csr-framework.xml @@ -0,0 +1,64 @@ + + + + TIZEN_ERROR_CSR | 0x01 + Socket error between client and server + + + TIZEN_ERROR_CSR | 0x02 + The given handle is invalid + + + TIZEN_ERROR_CSR | 0x03 + Server has been failed for some reason + + + TIZEN_ERROR_CSR | 0x04 + No Task exists + + + TIZEN_ERROR_CSR | 0x05 + DB transaction error + + + TIZEN_ERROR_CSR | 0x06 + Removing file or application is failed + + + TIZEN_ERROR_CSR | 0x07 + File not exist + + + TIZEN_ERROR_CSR | 0x08 + File changed after detection + + + TIZEN_ERROR_CSR | 0x09 + File type is invalid + + + TIZEN_ERROR_CSR | 0x11 + Insufficient permission of engine + + + TIZEN_ERROR_CSR | 0x12 + No engine exists + + + TIZEN_ERROR_CSR | 0x13 + Engine is in disabled state + + + TIZEN_ERROR_CSR | 0x14 + Engine is not activated + + + TIZEN_ERROR_CSR | 0x19 + Engine internal error + + + TIZEN_ERROR_CSR | 0xFF + System error + + + -- 2.34.1