diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /introspection/vpn-errors.xml | |
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'introspection/vpn-errors.xml')
| -rw-r--r-- | introspection/vpn-errors.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/introspection/vpn-errors.xml b/introspection/vpn-errors.xml new file mode 100644 index 00000000..0dba7e6f --- /dev/null +++ b/introspection/vpn-errors.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" ?> +<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" + namespace="org.freedesktop.NetworkManager.VPN.Error"> + <tp:error name="General"> + <tp:docstring>This is a drab, nondescript error.</tp:docstring> + </tp:error> + <tp:error name="StartingInProgress"> + <tp:docstring>The request could not be processed because the VPN connection is already being started.</tp:docstring> + </tp:error> + <tp:error name="AlreadyStarted"> + <tp:docstring>The request could not be processed because a VPN connection was already active.</tp:docstring> + </tp:error> + <tp:error name="StoppingInProgress"> + <tp:docstring>The request could not be processed because the VPN connection is already being stopped.</tp:docstring> + </tp:error> + <tp:error name="AlreadyStopped"> + <tp:docstring>The request could not be processed because the VPN connection was already stopped.</tp:docstring> + </tp:error> + <tp:error name="WrongState"> + <tp:docstring>The request could not be processed because the VPN connection is in the wrong state for this type of request. FIXME: too general?</tp:docstring> + </tp:error> + <tp:error name="BadArguments"> + <tp:docstring>Invalid arguments were passed with the request. FIXME: too general.</tp:docstring> + </tp:error> + <tp:error name="LaunchFailed"> + <tp:docstring>A binary providing the service failed to launch.</tp:docstring> + </tp:error> + <tp:error name="ConnectionInvalid"> + <tp:docstring>The request could not be processed because the VPN connection settings were invalid.</tp:docstring> + </tp:error> +</tp:errors> + |