summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2012-05-29 18:38:37 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-05-30 00:43:27 -0500
commitda80dd7d97af475bff8dfd3ec25d254d6d66b858 (patch)
tree749c0fd9f63725646daa6df0f5577ca9a855bd01 /doc
parent1f4e339a130c0137412bb706a48d8befd38792f3 (diff)
downloadofono-da80dd7d97af475bff8dfd3ec25d254d6d66b858.tar.bz2
doc: Extend possible error types
SupplementaryServices.Initiate method should return more specific error types.
Diffstat (limited to 'doc')
-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 e855ead4..687a14ea 100644
--- a/doc/supplementaryservices-api.txt
+++ b/doc/supplementaryservices-api.txt
@@ -27,6 +27,12 @@ Methods string, variant Initiate(string command)
[service].Error.NotImplemented
[service].Error.InvalidArguments
[service].Error.InvalidFormat
+ [service].Error.NotSupported
+ [service].Error.NotAllowed
+ [service].Error.IncorrectPassword
+ [service].Error.NotRegistered
+ [service].Error.Timedout
+ [service].Error.AccessDenied
[service].Error.Failed
string Respond(string reply)