summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/ClientException.cs
diff options
context:
space:
mode:
authorJames Willcox <snopr@snorp.net>2005-11-06 16:25:05 +0000
committerJames Willcox <snopr@snorp.net>2005-11-06 16:25:05 +0000
commit0d787cfca3b6e2c0755a54ca732a85e15756aa57 (patch)
treefb53301642a3168020bc0ee3b5749b7e3e3269d2 /avahi-sharp/ClientException.cs
parent4e2113a7d5b702ff070e8220b32662bb00ae02dd (diff)
add new error codes and publish flags
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@936 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp/ClientException.cs')
-rw-r--r--avahi-sharp/ClientException.cs9
1 files changed, 7 insertions, 2 deletions
diff --git a/avahi-sharp/ClientException.cs b/avahi-sharp/ClientException.cs
index 3ee0cab..11c4e63 100644
--- a/avahi-sharp/ClientException.cs
+++ b/avahi-sharp/ClientException.cs
@@ -49,7 +49,7 @@ namespace Avahi
AccessDenied = -20,
InvalidOperation = -21,
DBusError = -22,
- NotConnected = -23,
+ Disconnected = -23,
NoMemory = -24,
InvalidObject = -25,
NoDaemon = -26,
@@ -71,7 +71,12 @@ namespace Avahi
DnsYxRrSet = -42,
DnsNxRrSet = -43,
DnsNotAuth = -44,
- DnsNotZone = -45
+ DnsNotZone = -45,
+ InvalidRData = -46,
+ InvalidDnsClass = -47,
+ InvalidDnsType = -48,
+ NotSupported = -49,
+ NotPermitted = -50
}
public delegate void ErrorCodeHandler (object o, ErrorCode code);