summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2012-05-02 16:46:13 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-04 11:10:52 +0300
commitf2ef8a51c0b1334f904c5d17ee924152506f3fa2 (patch)
tree4daadf724120c7441dd6559828605940d4d79246 /doc
parentbe29b0bad449743ecebf1451ff29953176f05297 (diff)
downloadconnman-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.txt5
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()