From: Dongsun Lee Date: Thu, 2 Jun 2016 10:20:08 +0000 (+0900) Subject: Add error messages for csr-framework X-Git-Tag: accepted/tizen/common/20160606.141646~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F72768%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Add error messages for csr-framework Change-Id: I8c105fa77bcfed44febc24862d14929bad8739aa Signed-off-by: Dongsun Lee --- 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 + + +