From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- introspection/vpn-errors.xml | 46 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 9 deletions(-) (limited to 'introspection/vpn-errors.xml') diff --git a/introspection/vpn-errors.xml b/introspection/vpn-errors.xml index 0dba7e6f..7b92d073 100644 --- a/introspection/vpn-errors.xml +++ b/introspection/vpn-errors.xml @@ -2,31 +2,59 @@ - This is a drab, nondescript error. + General failure without further details. - The request could not be processed because the VPN connection is already being started. + + The plugin is already starting, and another connect request was received. + - The request could not be processed because a VPN connection was already active. + + The plugin is already connected, and another connect request was received. + - The request could not be processed because the VPN connection is already being stopped. + + The plugin is already stopping, and another stop request was received. + - The request could not be processed because the VPN connection was already stopped. + + The plugin is already stopped, and another disconnect request was received. + - The request could not be processed because the VPN connection is in the wrong state for this type of request. FIXME: too general? + + The request could not be processed because the VPN plugin is in the wrong + state for this type of request. + - Invalid arguments were passed with the request. FIXME: too general. + + 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). + - A binary providing the service failed to launch. + + A binary providing the service failed to launch. + - The request could not be processed because the VPN connection settings were invalid. + + 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. + + + + + The request could not be processed because the plugin does not support + interactive operations, such as ConnectInteractive() or NewSecrets(). + -- cgit 1.3.0-6-gf8a5