diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2012-05-02 16:46:13 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-05-04 11:10:52 +0300 |
commit | f2ef8a51c0b1334f904c5d17ee924152506f3fa2 (patch) | |
tree | 4daadf724120c7441dd6559828605940d4d79246 /doc | |
parent | be29b0bad449743ecebf1451ff29953176f05297 (diff) | |
download | connman-f2ef8a51c0b1334f904c5d17ee924152506f3fa2.tar.gz connman-f2ef8a51c0b1334f904c5d17ee924152506f3fa2.tar.bz2 connman-f2ef8a51c0b1334f904c5d17ee924152506f3fa2.zip |
doc: Adding description of a new possible error for RequestInput method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/agent-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt index c0196c30..71a02814 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -51,7 +51,12 @@ Methods void Release() The dictionary arguments contains field names with their input parameters. + In case of WISPr credentials requests and if the user + prefers to login through the browser by himself, agent + will have to return a LaunchBrowser error (see below). + Possible Errors: net.connman.Agent.Error.Canceled + net.connman.Agent.Error.LaunchBrowser void Cancel() |