about summary refs log tree commit diff
path: root/introspection/errors.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-04-21 10:42:53 +0200
committerMichael Biebl <biebl@debian.org>2011-04-21 10:42:53 +0200
commit8baa1aca8dfd35e3190d7d5655eb83b5b901e263 (patch)
treea9ac1e67d0c22a48330c76f08fc5291f85307055 /introspection/errors.xml
parentf75dd6fd1975146623052b843b182dc32c3fbe46 (diff)
Imported Upstream version 0.8.4.0 upstream/0.8.4.0
Diffstat (limited to 'introspection/errors.xml')
-rw-r--r--introspection/errors.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/introspection/errors.xml b/introspection/errors.xml
index f2db8667..444b325d 100644
--- a/introspection/errors.xml
+++ b/introspection/errors.xml
@@ -5,7 +5,7 @@
 
   <tp:error name="Unknown Connection">
     <tp:docstring>
-        Connection was not provided by the settings service.
+        Connection was not provided by any known settings service.
     </tp:docstring>
   </tp:error>
 
@@ -15,6 +15,18 @@
     </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.