about summary refs log tree commit diff
path: root/introspection/errors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/errors.xml')
-rw-r--r--introspection/errors.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/introspection/errors.xml b/introspection/errors.xml
deleted file mode 100644
index 34a0a7b9..00000000
--- a/introspection/errors.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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">
-    <annotation name="org.gtk.GDBus.DocString" value="
-        Connection was not provided by the settings service.
-    " />
-  </tp:error>
-
-  <tp:error name="Unknown Device">
-    <annotation name="org.gtk.GDBus.DocString" value="
-        Unknown device.
-    " />
-  </tp:error>
-
-  <tp:error name="Permission Denied">
-    <annotation name="org.gtk.GDBus.DocString" value="
-    User does not have the permission to activate this connection.
-    " />
-  </tp:error>
-
-</tp:errors>