From: chleun.moon Date: Wed, 2 Mar 2016 10:35:59 +0000 (+0900) Subject: Add capi-network-nsd error message X-Git-Tag: submit/tizen/20160314.063505~16^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb77dd331a44888ad484ade1a76bc7095ef9fd1c;p=platform%2Fcore%2Fapi%2Fcommon.git Add capi-network-nsd error message Change-Id: I2b62d014eff167ac80058a4fef6edba35b73c417 Signed-off-by: cheoleun --- diff --git a/error_messages/libnsd-dns-sd.xml b/error_messages/libnsd-dns-sd.xml new file mode 100644 index 0000000..974305f --- /dev/null +++ b/error_messages/libnsd-dns-sd.xml @@ -0,0 +1,28 @@ + + + + TIZEN_ERROR_DNSSD | 0x01 + Not initialized + + + TIZEN_ERROR_DNSSD | 0x02 + Already registered + + + TIZEN_ERROR_DNSSD | 0x03 + Name conflict + + + TIZEN_ERROR_DNSSD | 0x04 + Background daemon not running + + + TIZEN_ERROR_DNSSD | 0x05 + Service not found + + + TIZEN_ERROR_DNSSD | 0x06 + Operation failed + + + diff --git a/error_messages/libnsd-ssdp.xml b/error_messages/libnsd-ssdp.xml new file mode 100644 index 0000000..8f57f3e --- /dev/null +++ b/error_messages/libnsd-ssdp.xml @@ -0,0 +1,20 @@ + + + + TIZEN_ERROR_SSDP | 0x01 + Not initialized + + + TIZEN_ERROR_SSDP | 0x04 + Operation failed + + + TIZEN_ERROR_SSDP | 0x05 + Service not found + + + TIZEN_ERROR_SSDP | 0x06 + Service already registered + + +