diff options
| author | Michael Biebl <biebl@debian.org> | 2011-04-21 10:42:53 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-04-21 10:42:53 +0200 |
| commit | 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 (patch) | |
| tree | a9ac1e67d0c22a48330c76f08fc5291f85307055 /introspection/errors.xml | |
| parent | f75dd6fd1975146623052b843b182dc32c3fbe46 (diff) | |
Imported Upstream version 0.8.4.0 upstream/0.8.4.0
Diffstat (limited to 'introspection/errors.xml')
| -rw-r--r-- | introspection/errors.xml | 14 |
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. |