--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/security/webauthn">
+ <error name="WAUTHN_ERROR_NONE_AND_WAIT">
+ <value>TIZEN_ERROR_WAUTHN | 0x01</value>
+ <msg>Successful and needs to wait for other result</msg>
+ </error>
+ <error name="WAUTHN_ERROR_NOT_ALLOWED">
+ <value>TIZEN_ERROR_WAUTHN | 0x02</value>
+ <msg>Not allowed in the current context</msg>
+ </error>
+ <error name="WAUTHN_ERROR_INVALID_STATE">
+ <value>TIZEN_ERROR_WAUTHN | 0x03</value>
+ <msg>Invalid State</msg>
+ </error>
+ <error name="WAUTHN_ERROR_ENCODING_FAILED">
+ <value>TIZEN_ERROR_WAUTHN | 0x04</value>
+ <msg>Encoding operation failed</msg>
+ </error>
+ <error name="WAUTHN_ERROR_SOCKET">
+ <value>TIZEN_ERROR_WAUTHN | 0x05</value>
+ <msg>Socket error</msg>
+ </error>
+ <error name="WAUTHN_ERROR_NO_SUCH_SERVICE">
+ <value>TIZEN_ERROR_WAUTHN | 0x06</value>
+ <msg>Socket operation on non-socket error</msg>
+ </error>
+ <error name="WAUTHN_ERROR_ACCESS_DENIED">
+ <value>TIZEN_ERROR_WAUTHN | 0x07</value>
+ <msg>Socket access denied</msg>
+ </error>
+</package>
+
ERR_ENTRY("PLAYER_ERROR_NOT_SUPPORTED_SUBTITLE", TIZEN_ERROR_PLAYER | 0x30, "Not supported subtitle format"),
ERR_ENTRY("PLAYER_ERROR_NOT_SUPPORTED_FORMAT", TIZEN_ERROR_PLAYER | 0x31, "Not supported format"),
ERR_ENTRY("PLAYER_ERROR_NOT_AVAILABLE", TIZEN_ERROR_PLAYER | 0x32, "Not available operation"),
+ ERR_ENTRY("WAUTHN_ERROR_NONE_AND_WAIT", TIZEN_ERROR_WAUTHN | 0x01, "Successful and needs to wait for other result"),
+ ERR_ENTRY("WAUTHN_ERROR_NOT_ALLOWED", TIZEN_ERROR_WAUTHN | 0x02, "Not allowed in the current context"),
+ ERR_ENTRY("WAUTHN_ERROR_INVALID_STATE", TIZEN_ERROR_WAUTHN | 0x03, "Invalid State"),
+ ERR_ENTRY("WAUTHN_ERROR_ENCODING_FAILED", TIZEN_ERROR_WAUTHN | 0x04, "Encoding operation failed"),
+ ERR_ENTRY("WAUTHN_ERROR_SOCKET", TIZEN_ERROR_WAUTHN | 0x05, "Socket error"),
+ ERR_ENTRY("WAUTHN_ERROR_NO_SUCH_SERVICE", TIZEN_ERROR_WAUTHN | 0x06, "Socket operation on non-socket error"),
+ ERR_ENTRY("WAUTHN_ERROR_ACCESS_DENIED", TIZEN_ERROR_WAUTHN | 0x07, "Socket access denied"),
ERR_ENTRY("RADIO_ERROR_INVALID_STATE", TIZEN_ERROR_RADIO | 0x01, "Invalid state"),
ERR_ENTRY("RADIO_ERROR_SOUND_POLICY", TIZEN_ERROR_RADIO | 0x02, "Sound policy error"),
ERR_ENTRY("RADIO_ERROR_NO_ANTENNA", TIZEN_ERROR_RADIO | 0x03, "No Antenna error"),