~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to solid/networkmanager-0.7/dbus/introspection/vpn-errors.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
32