Warning, /frameworks/networkmanager-qt/src/dbus/introspection/vpn-errors.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
0003     namespace="org.freedesktop.NetworkManager.VPN.Error">
0004   <tp:error name="General">
0005     <tp:docstring>General failure without further details.</tp:docstring>
0006   </tp:error>
0007   <tp:error name="StartingInProgress">
0008     <tp:docstring>
0009       The plugin is already starting, and another connect request was received.
0010     </tp:docstring>
0011   </tp:error>
0012   <tp:error name="AlreadyStarted">
0013     <tp:docstring>
0014       The plugin is already connected, and another connect request was received.
0015     </tp:docstring>
0016   </tp:error>
0017   <tp:error name="StoppingInProgress">
0018     <tp:docstring>
0019       The plugin is already stopping, and another stop request was received.
0020     </tp:docstring>
0021   </tp:error>
0022   <tp:error name="AlreadyStopped">
0023     <tp:docstring>
0024       The plugin is already stopped, and another disconnect request was received.
0025     </tp:docstring>
0026   </tp:error>
0027   <tp:error name="WrongState">
0028     <tp:docstring>
0029       The request could not be processed because the VPN plugin is in the wrong
0030       state for this type of request.
0031     </tp:docstring>
0032   </tp:error>
0033   <tp:error name="BadArguments">
0034     <tp:docstring>
0035       The request could not be processed because it contained malformed
0036       arguments, or arguments of unexpected type. It usually means that one of
0037       the VPN setting data items or secrets was not of the expected type (i.e.
0038       int, string, bool, etc).
0039     </tp:docstring>
0040   </tp:error>
0041   <tp:error name="LaunchFailed">
0042     <tp:docstring>
0043       A binary providing the service failed to launch.
0044     </tp:docstring>
0045   </tp:error>
0046   <tp:error name="ConnectionInvalid">
0047     <tp:docstring>
0048       The request could not be processed because the connection was invalid. It
0049       usually means that the connection's VPN setting was missing some required
0050       data item or secret.
0051     </tp:docstring>
0052   </tp:error>
0053   <tp:error name="InteractiveNotSupported">
0054     <tp:docstring>
0055       The request could not be processed because the plugin does not support
0056       interactive operations, such as ConnectInteractive() or NewSecrets().
0057     </tp:docstring>
0058   </tp:error>
0059 </tp:errors>
0060