From f2ef8a51c0b1334f904c5d17ee924152506f3fa2 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 2 May 2012 16:46:13 +0300 Subject: [PATCH] doc: Adding description of a new possible error for RequestInput method --- doc/agent-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index c0196c3..71a0281 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() -- 2.7.4