]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add an 'Error' property to ClientStateArgs
[catta] / avahi-common / error.c
index af104227cc9861f235e0ffc4fddf727f8f1a3cea..f6f561a6a510b34fb95513d689e419783c6f0535 100644 (file)
@@ -53,7 +53,7 @@ const char *avahi_strerror(int error) {
         "Access denied",
         "Invalid operation",
         "An unexpected DBUS error occured",
-        "Could not get a connection to the daemon",
+        "Daemon connection failed",
         "Memory exhausted",
         "The object passed in was not valid",
         "Daemon not running",
@@ -77,7 +77,15 @@ const char *avahi_strerror(int error) {
         "DNS failure: YXRRSET",
         "DNS failure: NXRRSET",
         "DNS failure: NOTAUTH",
-        "DNS failure: NOTZONE"
+        "DNS failure: NOTZONE",
+        "Invalid RDATA",
+        "Invalid DNS type",
+        "Invalid DNS class",
+        "Not supported",
+
+        "Not permitted",
+        "Invalid argument",
+       "Is empty"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)