diff options
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. |