]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
add an 'Error' property to ClientStateArgs
[catta] / avahi-common / error.c
index 76a05fdb525699433ac045cf63a0a92c7d346512..f6f561a6a510b34fb95513d689e419783c6f0535 100644 (file)
@@ -38,6 +38,7 @@ const char *avahi_strerror(int error) {
         "Resource record key is pattern",
         "Local name collision",
         "Invalid record",
         "Resource record key is pattern",
         "Local name collision",
         "Invalid record",
+
         "Invalid service name",
         "Invalid service type",
         "Invalid port number",
         "Invalid service name",
         "Invalid service type",
         "Invalid port number",
@@ -48,20 +49,43 @@ const char *avahi_strerror(int error) {
         "Too many objects",
         "Too many entries",
         "OS Error",
         "Too many objects",
         "Too many entries",
         "OS Error",
+
         "Access denied",
         "Invalid operation",
         "An unexpected DBUS error occured",
         "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",
         "Invalid interface index",
         "Invalid protocol specification",
         "Invalid flags",
         "Memory exhausted",
         "The object passed in was not valid",
         "Daemon not running",
         "Invalid interface index",
         "Invalid protocol specification",
         "Invalid flags",
+
         "Not found",
         "Invalid configuration",
         "Version mismatch",
         "Not found",
         "Invalid configuration",
         "Version mismatch",
-        "Invalid service subtype"
+        "Invalid service subtype",
+        "Invalid packet",
+        "Invalid DNS return code",
+        "DNS failure: FORMERR",
+        "DNS failure: SERVFAIL",
+        "DNS failure: NXDOMAIN",
+        "DNS failure: NOTIMP",
+
+        "DNS failure: REFUSED",
+        "DNS failure: YXDOMAIN",
+        "DNS failure: YXRRSET",
+        "DNS failure: NXRRSET",
+        "DNS failure: NOTAUTH",
+        "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)
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)