summaryrefslogtreecommitdiff
path: root/introspection/errors.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-02-28 02:07:21 +0000
committerDan Williams <dcbw@redhat.com>2008-02-28 02:07:21 +0000
commit8ffe21b65fdcbdd3238548b0350571fbe3ac8713 (patch)
tree21e9521a96afa61145fbbd4d4eeac6d90e83d5dc /introspection/errors.xml
parent036e09cb49e10790352622e38b459c5218fe93be (diff)
downloadNetworkManager-8ffe21b65fdcbdd3238548b0350571fbe3ac8713.tar.gz
2008-02-27 Dan Williams <dcbw@redhat.com>
Patch from Will Stephenson <wstephenson@kde.org> * Makefile.am configure.in - Set up spec autogeneration infrastructure * docs/NetworkManager DBUS API.txt - Note how old this doc is and where to look for the canonical D-Bus specification * introspection/* - Add annotations and comments git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3345 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'introspection/errors.xml')
-rw-r--r--introspection/errors.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/introspection/errors.xml b/introspection/errors.xml
new file mode 100644
index 0000000000..444b325d5e
--- /dev/null
+++ b/introspection/errors.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" ?>
+<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
+ namespace="org.freedesktop.NetworkManager.Error">
+ <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
+
+ <tp:error name="Unknown Connection">
+ <tp:docstring>
+ Connection was not provided by any known settings service.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="Unknown Device">
+ <tp:docstring>
+ Unknown device.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="Invalid Service">
+ <tp:docstring>
+ Invalid settings service (not a recognized system or user settings service name).
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="System Connection">
+ <tp:docstring>
+ Connection was superseded by a system connection.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="Permission Denied">
+ <tp:docstring>
+ User does not have the permission to activate this connection.
+ </tp:docstring>
+ </tp:error>
+
+</tp:errors>