[ACR-1371] Add new error message for autofill 26/201826/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 20 Mar 2019 02:30:55 +0000 (11:30 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 20 Mar 2019 02:30:55 +0000 (11:30 +0900)
Change-Id: I7401e75a90f99742f2803fe6ed2ac2559db1b816
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
error_messages/capi-ui-autofill.xml

index e0efb608d7b7b0e60c6739409911c0be8a539aae..ce7fd2f271e2be3e92123feda4dd3decc08aa23d 100644 (file)
@@ -8,4 +8,32 @@
                <value>TIZEN_ERROR_AUTOFILL | 0x0002</value>
                <msg>Operation failed</msg>
        </error>
+       <error name="AUTOFILL_ERROR_AUTHENTICATION_FAILED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0003</value>
+               <msg>Authentication failed</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_COMMIT_FAILED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0004</value>
+               <msg>These values can not be saved</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_FILL_RESPONSE_FAILED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0005</value>
+               <msg>Failed to create required values</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_SERVICE_NOT_CONNECTED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0006</value>
+               <msg>Unable to connect to Autofill Service</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_SERVICE_NOT_ALLOWED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0007</value>
+               <msg>Autofill Service is not allowed</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_SERVICE_NOT_ACTIVATED">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0008</value>
+               <msg>Autofill Service is not activated</msg>
+       </error>
+       <error name="AUTOFILL_ERROR_SAVED_VALUES_NOT_FOUND">
+               <value>TIZEN_ERROR_AUTOFILL | 0x0009</value>
+               <msg>Could not find saved values</msg>
+       </error>
 </package>