[ACR-1415] Add new error message for component-based-application 87/209187/1
authorInkyun Kil <inkyun.kil@samsung.com>
Wed, 3 Jul 2019 08:28:23 +0000 (17:28 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 3 Jul 2019 08:31:31 +0000 (17:31 +0900)
Change-Id: Ifb2286ae5c1f478019f567b514a6464773f2c35c
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
error_messages/component-based-application.xml [new file with mode: 0644]

diff --git a/error_messages/component-based-application.xml b/error_messages/component-based-application.xml
new file mode 100644 (file)
index 0000000..0b2286f
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/component-based-application">
+       <error name="COMPONENT_ERROR_INVALID_CONTEXT">
+               <value>TIZEN_ERROR_COMPONENT | 0x01</value>
+               <msg>Invalid context parameter</msg>
+       </error>
+       <error name="COMPONENT_ERROR_NOT_FOUND">
+               <value>TIZEN_ERROR_COMPONENT | 0x02</value>
+               <msg>No such component</msg>
+       </error>
+       <error name="COMPONENT_ERROR_LAUNCH_REJECTED">
+               <value>TIZEN_ERROR_COMPONENT | 0x03</value>
+               <msg>The component application cannot be launched now</msg>
+       </error>
+       <error name="COMPONENT_ERROR_LAUNCH_FAILED">
+               <value>TIZEN_ERROR_COMPONENT | 0x04</value>
+               <msg>Internal launch error</msg>
+       </error>
+</package>
+