SecretAgentError
  
  Description:
  [ CCode ( cprefix = "NM_SECRET_AGENT_ERROR_" ) ]
public errordomain SecretAgentError
  
  
    SecretAgentError values are passed by secret agents back to NetworkManager when they encounter problems
      retrieving secrets on behalf of NM.
   
  
  
  Content:
  Error codes:
  
    - AGENTCANCELED - the agent
        canceled the request because it was requested to do so by NetworkManager
 
    - INTERNALERROR - some
        internal error in the agent caused the request to fail
 
    - INVALIDCONNECTION - the
        connection for which secrets were requested could not be found
 
    - NOSECRETS - the agent cannot
        find any secrets for this connection
 
    - NOTAUTHORIZED - the caller
        (ie, NetworkManager) is not authorized to make this request
 
    - USERCANCELED - the request
        was canceled by the user
 
  
  Static methods: