From 26c86e6ac349586f4da07a48eaf746a63db8be9d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 20 Mar 2019 11:30:55 +0900 Subject: [PATCH] [ACR-1371] Add new error message for autofill Change-Id: I7401e75a90f99742f2803fe6ed2ac2559db1b816 Signed-off-by: Jihoon Kim --- error_messages/capi-ui-autofill.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/error_messages/capi-ui-autofill.xml b/error_messages/capi-ui-autofill.xml index e0efb60..ce7fd2f 100644 --- a/error_messages/capi-ui-autofill.xml +++ b/error_messages/capi-ui-autofill.xml @@ -8,4 +8,32 @@ TIZEN_ERROR_AUTOFILL | 0x0002 Operation failed + + TIZEN_ERROR_AUTOFILL | 0x0003 + Authentication failed + + + TIZEN_ERROR_AUTOFILL | 0x0004 + These values can not be saved + + + TIZEN_ERROR_AUTOFILL | 0x0005 + Failed to create required values + + + TIZEN_ERROR_AUTOFILL | 0x0006 + Unable to connect to Autofill Service + + + TIZEN_ERROR_AUTOFILL | 0x0007 + Autofill Service is not allowed + + + TIZEN_ERROR_AUTOFILL | 0x0008 + Autofill Service is not activated + + + TIZEN_ERROR_AUTOFILL | 0x0009 + Could not find saved values + -- 2.34.1