fido-client error description 06/61706/2
authorjkjo92 <jkjo92@samsung.com>
Thu, 10 Mar 2016 03:08:09 +0000 (12:08 +0900)
committerjkjo92 <jkjo92@samsung.com>
Fri, 11 Mar 2016 02:21:03 +0000 (11:21 +0900)
Change-Id: I6f0acf6c07d5f6df2576cb09f5863248edf3ac31
Signed-off-by: jkjo92 <jkjo92@samsung.com>
error_messages/fido-client.xml [new file with mode: 0644]

diff --git a/error_messages/fido-client.xml b/error_messages/fido-client.xml
new file mode 100644 (file)
index 0000000..ee0cba6
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/account/fido-client">
+       <error name="FIDO_ERROR_USER_ACTION_IN_PROGRESS">
+               <value>TIZEN_ERROR_FIDO | 0x01</value>
+               <msg>User action is in progress.</msg>
+       </error>
+       <error name="FIDO_ERROR_USER_CANCELLED">
+               <value>TIZEN_ERROR_FIDO | 0x02</value>
+               <msg>User has canceled the operation.</msg>
+       </error>
+       <error name="FIDO_ERROR_UNSUPPORTED_VERSION">
+               <value>TIZEN_ERROR_FIDO | 0x03</value>
+               <msg>UAF message's version is not supported.</msg>
+       </error>
+       <error name="FIDO_ERROR_NO_SUITABLE_AUTHENTICATOR">
+               <value>TIZEN_ERROR_FIDO | 0x04</value>
+               <msg>No suitable authenticators found.</msg>
+       </error>
+       <error name="FIDO_ERROR_PROTOCOL_ERROR">
+               <value>TIZEN_ERROR_FIDO | 0x05</value>
+               <msg>Protocol error, the interaction may have timed out, or the UAF message is malformed.</msg>
+       </error>
+       <error name="FIDO_ERROR_UNTRUSTED_FACET_ID">
+               <value>TIZEN_ERROR_FIDO | 0x06</value>
+               <msg>The caller's id is not allowed to use this operation.</msg>
+       </error>
+</package>
+