X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=92a22341c5e583b41a4105c0bb869c95982a0c3e;hb=511bbee5e4da8e71b5da8521a162941398ebfdba;hp=73f13d2df85297d440f1f458d4adb852ab62cf36;hpb=1a0fb70d743f900859d9278c6ae01cfc2a993dad;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 73f13d2..92a2234 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -38,6 +38,7 @@ const char *avahi_strerror(int error) { "Resource record key is pattern", "Local name collision", "Invalid record", + "Invalid service name", "Invalid service type", "Invalid port number", @@ -48,18 +49,44 @@ const char *avahi_strerror(int error) { "Too many objects", "Too many entries", "OS Error", + "Access denied", "Invalid operation", - "An unexpected DBUS error occured", - "Could not get a connection to the daemon", + "An unexpected D-Bus error occured", + "Daemon connection failed", "Memory exhausted", "The object passed in was not valid", "Daemon not running", "Invalid interface index", "Invalid protocol specification", "Invalid flags", + "Not found", - "Invalid configuration" + "Invalid configuration", + "Version mismatch", + "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", + "The requested operation is invalid because redundant" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)