AgentManagerError
Description:
[ CCode ( cprefix = "NM_AGENT_MANAGER_ERROR_" , type_id = "nm_agent_manager_error_get_type ()" ) ]
public errordomain AgentManagerError
Errors returned from the secret-agent manager.
These errors may be returned from operations that could cause secrets to be requested (such as nm_client_activate_connection
), and correspond to D-Bus errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.
Content:
Error codes:
- FAILED - unknown or unspecified error
- INVALIDIDENTIFIER - The
identifier is not a valid secret agent identifier.
- NOSECRETS - No secret agent returned
secrets for this request
- NOTREGISTERED - The caller tried
to unregister an agent that was not registered.
- PERMISSIONDENIED - The caller
does not have permission to register a secret agent, or is trying to register the same secret agent twice.
- USERCANCELED - The user canceled
the secrets request.
Static methods:
- public static Quark quark ()