add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / vpn-errors.xml
blob0dba7e6fb904274efaf7fa9042cb5d609836d222
1 <?xml version="1.0" ?>
2 <tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
3     namespace="org.freedesktop.NetworkManager.VPN.Error">
4   <tp:error name="General">
5     <tp:docstring>This is a drab, nondescript error.</tp:docstring>
6   </tp:error>
7   <tp:error name="StartingInProgress">
8     <tp:docstring>The request could not be processed because the VPN connection is already being started.</tp:docstring>
9   </tp:error>
10   <tp:error name="AlreadyStarted">
11     <tp:docstring>The request could not be processed because a VPN connection was already active.</tp:docstring>
12   </tp:error>
13   <tp:error name="StoppingInProgress">
14     <tp:docstring>The request could not be processed because the VPN connection is already being stopped.</tp:docstring>
15   </tp:error>
16   <tp:error name="AlreadyStopped">
17     <tp:docstring>The request could not be processed because the VPN connection was already stopped.</tp:docstring>
18   </tp:error>
19   <tp:error name="WrongState">
20     <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>
21   </tp:error>
22   <tp:error name="BadArguments">
23     <tp:docstring>Invalid arguments were passed with the request.  FIXME: too general.</tp:docstring>
24   </tp:error>
25   <tp:error name="LaunchFailed">
26     <tp:docstring>A binary providing the service failed to launch.</tp:docstring>
27   </tp:error>
28   <tp:error name="ConnectionInvalid">
29     <tp:docstring>The request could not be processed because the VPN connection settings were invalid.</tp:docstring>
30   </tp:error>
31 </tp:errors>