From: Inkyun Kil Date: Wed, 3 Jul 2019 08:28:23 +0000 (+0900) Subject: [ACR-1415] Add new error message for component-based-application X-Git-Tag: submit/tizen/20190704.021728~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09b3303c9969a7e3cceb6350156bc2b1e038a27e;p=platform%2Fcore%2Fapi%2Fcommon.git [ACR-1415] Add new error message for component-based-application Change-Id: Ifb2286ae5c1f478019f567b514a6464773f2c35c Signed-off-by: Inkyun Kil --- diff --git a/error_messages/component-based-application.xml b/error_messages/component-based-application.xml new file mode 100644 index 0000000..0b2286f --- /dev/null +++ b/error_messages/component-based-application.xml @@ -0,0 +1,20 @@ + + + + TIZEN_ERROR_COMPONENT | 0x01 + Invalid context parameter + + + TIZEN_ERROR_COMPONENT | 0x02 + No such component + + + TIZEN_ERROR_COMPONENT | 0x03 + The component application cannot be launched now + + + TIZEN_ERROR_COMPONENT | 0x04 + Internal launch error + + +