Add new error messages of autofill (ACR-1311) 93/193993/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 28 Nov 2018 05:55:10 +0000 (14:55 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 28 Nov 2018 05:55:10 +0000 (14:55 +0900)
Change-Id: I9d13136ec041078917fcf183ca5373b9a88ce279
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
error_messages/capi-ui-autofill.xml [new file with mode: 0644]

diff --git a/error_messages/capi-ui-autofill.xml b/error_messages/capi-ui-autofill.xml
new file mode 100644 (file)
index 0000000..e0efb60
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/uifw/autofill">
+       <error name="AUTOFILL_ERROR_NOT_INITIALIZED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0001</value>
+               <msg>Not initializated</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_OPERATION_FAILED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0002</value>
+               <msg>Operation failed</msg>
+       </error>
+</package>