diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /introspection/vpn-errors.xml | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'introspection/vpn-errors.xml')
| -rw-r--r-- | introspection/vpn-errors.xml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/introspection/vpn-errors.xml b/introspection/vpn-errors.xml deleted file mode 100644 index c1e02aac..00000000 --- a/introspection/vpn-errors.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?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"> - <annotation name="org.gtk.GDBus.DocString" value="General failure without further details." /> - </tp:error> - <tp:error name="StartingInProgress"> - <annotation name="org.gtk.GDBus.DocString" value=" - The plugin is already starting, and another connect request was received. - " /> - </tp:error> - <tp:error name="AlreadyStarted"> - <annotation name="org.gtk.GDBus.DocString" value=" - The plugin is already connected, and another connect request was received. - " /> - </tp:error> - <tp:error name="StoppingInProgress"> - <annotation name="org.gtk.GDBus.DocString" value=" - The plugin is already stopping, and another stop request was received. - " /> - </tp:error> - <tp:error name="AlreadyStopped"> - <annotation name="org.gtk.GDBus.DocString" value=" - The plugin is already stopped, and another disconnect request was received. - " /> - </tp:error> - <tp:error name="WrongState"> - <annotation name="org.gtk.GDBus.DocString" value=" - The request could not be processed because the VPN plugin is in the wrong - state for this type of request. - " /> - </tp:error> - <tp:error name="BadArguments"> - <annotation name="org.gtk.GDBus.DocString" value=" - The request could not be processed because it contained malformed - arguments, or arguments of unexpected type. It usually means that one of - the VPN setting data items or secrets was not of the expected type (i.e. - int, string, bool, etc). - " /> - </tp:error> - <tp:error name="LaunchFailed"> - <annotation name="org.gtk.GDBus.DocString" value=" - A binary providing the service failed to launch. - " /> - </tp:error> - <tp:error name="ConnectionInvalid"> - <annotation name="org.gtk.GDBus.DocString" value=" - The request could not be processed because the connection was invalid. It - usually means that the connection's VPN setting was missing some required - data item or secret. - " /> - </tp:error> - <tp:error name="InteractiveNotSupported"> - <annotation name="org.gtk.GDBus.DocString" value=" - The request could not be processed because the plugin does not support - interactive operations, such as ConnectInteractive() or NewSecrets(). - " /> - </tp:error> -</tp:errors> - |