From e9ea3aeb5b874df34f9169d05e6dd11ace37e777 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Wed, 5 Sep 2018 17:54:18 +0900 Subject: [PATCH] Add new error messge for Update Control (ACR-1285) Add Update Control error messages. Change-Id: I7e6dd55539a33ce7c30dfb6065ad612907508f9c Signed-off-by: Sunmin Lee --- error_messages/update-control.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 error_messages/update-control.xml diff --git a/error_messages/update-control.xml b/error_messages/update-control.xml new file mode 100644 index 0000000..b5d85b7 --- /dev/null +++ b/error_messages/update-control.xml @@ -0,0 +1,20 @@ + + + + TIZEN_ERROR_UPDATE_CONTROL | 0x01 + Invalid package + + + TIZEN_ERROR_UPDATE_CONTROL | 0x02 + Invalid URI + + + TIZEN_ERROR_UPDATE_CONTROL | 0x03 + Package type not supported + + + TIZEN_ERROR_UPDATE_CONTROL | 0x04 + System error + + + -- 2.34.1