From ed171b6c784f7d80c63ef7b3622d9364ab3cb0ed Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Thu, 10 Mar 2016 12:08:09 +0900 Subject: [PATCH] fido-client error description Change-Id: I6f0acf6c07d5f6df2576cb09f5863248edf3ac31 Signed-off-by: jkjo92 --- error_messages/fido-client.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 error_messages/fido-client.xml diff --git a/error_messages/fido-client.xml b/error_messages/fido-client.xml new file mode 100644 index 0000000..ee0cba6 --- /dev/null +++ b/error_messages/fido-client.xml @@ -0,0 +1,28 @@ + + + + TIZEN_ERROR_FIDO | 0x01 + User action is in progress. + + + TIZEN_ERROR_FIDO | 0x02 + User has canceled the operation. + + + TIZEN_ERROR_FIDO | 0x03 + UAF message's version is not supported. + + + TIZEN_ERROR_FIDO | 0x04 + No suitable authenticators found. + + + TIZEN_ERROR_FIDO | 0x05 + Protocol error, the interaction may have timed out, or the UAF message is malformed. + + + TIZEN_ERROR_FIDO | 0x06 + The caller's id is not allowed to use this operation. + + + -- 2.34.1