From 3791f4418a3155d5be98dd70b90a862e1f41cafe Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 16 Aug 2010 10:41:13 -0500 Subject: [PATCH] doc: update USSD api for possible errors --- doc/supplementaryservices-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 115e2ff..5ef123e 100644 --- a/doc/supplementaryservices-api.txt +++ b/doc/supplementaryservices-api.txt @@ -16,12 +16,18 @@ Methods string, variant Initiate(string command) new command can be initiated until this one is cancelled or ended. + Possible Errors: [service].Error.Timedout + Possible Errors: [service].Error.Canceled + string Respond(string reply) Send a response to the network either when it is awaiting further input after Initiate() was called or after a network-initiated request. + Possible Errors: [service].Error.Timedout + Possible Errors: [service].Error.Canceled + void Cancel() Cancel an ongoing USSD session, mobile- or -- 2.7.4