summaryrefslogtreecommitdiffstats
path: root/doc/call-forwarding-api.txt
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-02-11 03:34:31 -0800
committerDenis Kenzior <denkenz@gmail.com>2011-02-11 10:29:43 -0600
commitd10a48e4e5447e91595ecfc577d25cb5c1f36915 (patch)
tree3e229f5e5fd6a866e9072ba3081be9ab4df1d2ce /doc/call-forwarding-api.txt
parent882ef1044444f39e4f15e3067f9e617de0dec39a (diff)
downloadofono-d10a48e4e5447e91595ecfc577d25cb5c1f36915.tar.bz2
doc: Update possible errors
Diffstat (limited to 'doc/call-forwarding-api.txt')
-rw-r--r--doc/call-forwarding-api.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/call-forwarding-api.txt b/doc/call-forwarding-api.txt
index e8b4b9f5..335637fc 100644
--- a/doc/call-forwarding-api.txt
+++ b/doc/call-forwarding-api.txt
@@ -8,6 +8,9 @@ Methods dict GetProperties()
Contains the properties for this object.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+
void DisableAll(string type)
Disables all call forwarding rules for type.
@@ -16,11 +19,24 @@ Methods dict GetProperties()
"conditional" - Disables all conditional rules,
e.g. busy, no reply and not reachable.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void SetProperty(string property, variant value)
Sets the given property value to that specified in
call parameter.
+ Possible Errors: [service].Error.NotAvailable
+ [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.