From: jkjo92 Date: Thu, 10 Mar 2016 03:08:09 +0000 (+0900) Subject: fido-client error description X-Git-Tag: submit/tizen/20160314.063505~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed171b6c784f7d80c63ef7b3622d9364ab3cb0ed;p=platform%2Fcore%2Fapi%2Fcommon.git fido-client error description Change-Id: I6f0acf6c07d5f6df2576cb09f5863248edf3ac31 Signed-off-by: jkjo92 --- 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. + + +