summaryrefslogtreecommitdiffstats
path: root/doc/supplementaryservices-api.txt
diff options
context:
space:
mode:
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