summaryrefslogtreecommitdiffstats
path: root/doc/supplementaryservices-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-16 10:41:13 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-16 10:41:35 -0500
commit3791f4418a3155d5be98dd70b90a862e1f41cafe (patch)
treeb48dc84136f20cbe9e88eca380d937e6e5f27b69 /doc/supplementaryservices-api.txt
parent0699de64eba3b20f97d9bfa6205ea655e1d4bd22 (diff)
downloadofono-3791f4418a3155d5be98dd70b90a862e1f41cafe.tar.bz2
doc: update USSD api for possible errors
Diffstat (limited to 'doc/supplementaryservices-api.txt')
-rw-r--r--doc/supplementaryservices-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt
index 115e2ff9..5ef123e7 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