VpnPluginError
Description:
[ CCode ( cprefix = "NM_VPN_PLUGIN_ERROR_" , type_id = "nm_vpn_plugin_error_get_type ()" ) ]
public errordomain VpnPluginError
Returned by the VPN service plugin to indicate errors.
These codes correspond to errors in the "org.freedesktop.NetworkManager.VPN.Error" namespace.
Content:
Error codes:
- ALREADYSTARTED - the plugin is
already connected, and another connect request was received
- ALREADYSTOPPED - the plugin is
already stopped, and another disconnect request was received
- BADARGUMENTS - the operation could
not be performed as the request contained malformed arguments, or arguments of unexpected type.
- FAILED - unknown or unclassified error
- INTERACTIVENOTSUPPORTED -
the operation could not be performed as the plugin does not support interactive operations, such as
ConnectInteractive
or NewSecrets
- INVALIDCONNECTION - the
operation could not be performed because the connection was invalid.
- LAUNCHFAILED - a child process
failed to launch
- STARTINGINPROGRESS - the
plugin is already starting, and another connect request was received
- STOPPINGINPROGRESS - the
plugin is already stopping, and another stop request was received
- WRONGSTATE - the operation could not
be performed in this state
Static methods: