about summary refs log tree commit diff
path: root/introspection/errors.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-11-29 00:47:11 +0100
committerMichael Biebl <biebl@debian.org>2010-11-29 00:47:11 +0100
commit9fae01fa351805b2903e535736e06971bc0b925e (patch)
treec19bccf84c9f894e50fae678ba6ee2b2044e2d30 /introspection/errors.xml
Imported Upstream version 0.8.1 upstream/0.8.1
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 00000000..444b325d
--- /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>