Gjsify LogoGjsify Logo

Enumeration SecretAgentError

#NMSecretAgentError values are passed by secret agents back to NetworkManager when they encounter problems retrieving secrets on behalf of NM. They correspond to errors in the "org.freedesktop.NetworkManager.SecretManager" namespace.

Client APIs such as nm_client_activate_connection() will not see these error codes; instead, the secret agent manager will translate them to the corresponding #NMAgentManagerError codes.

Index

Enumeration Members

AGENTCANCELED: number

the agent canceled the request because it was requested to do so by NetworkManager

FAILED: number

unknown or unclassified error

INVALIDCONNECTION: number

the connection for which secrets were requested is invalid

NOSECRETS: number

the agent cannot find any secrets for this connection

PERMISSIONDENIED: number

the caller (ie, NetworkManager) is not authorized to make this request

USERCANCELED: number

the request was canceled by the user

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