Gjsify LogoGjsify Logo

Enumeration VpnPluginError

Returned by the VPN service plugin to indicate errors. These codes correspond to errors in the "org.freedesktop.NetworkManager.VPN.Error" namespace.

Index

Enumeration Members

ALREADYSTARTED: number

the plugin is already connected, and another connect request was received

ALREADYSTOPPED: number

the plugin is already stopped, and another disconnect request was received

BADARGUMENTS: number

the operation could not be performed as the request contained malformed arguments, or arguments of unexpected type. Usually means that one of the VPN setting data items or secrets was not of the expected type (ie int, string, bool, etc).

FAILED: number

unknown or unclassified error

INTERACTIVENOTSUPPORTED: number

the operation could not be performed as the plugin does not support interactive operations, such as ConnectInteractive() or NewSecrets()

INVALIDCONNECTION: number

the operation could not be performed because the connection was invalid. Usually means that the connection's VPN setting was missing some required data item or secret.

LAUNCHFAILED: number

a child process failed to launch

STARTINGINPROGRESS: number

the plugin is already starting, and another connect request was received

STOPPINGINPROGRESS: number

the plugin is already stopping, and another stop request was received

WRONGSTATE: number

the operation could not be performed in this state

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method