summaryrefslogtreecommitdiffstats
path: root/doc/pushnotification-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/pushnotification-api.txt
parent882ef1044444f39e4f15e3067f9e617de0dec39a (diff)
downloadofono-d10a48e4e5447e91595ecfc577d25cb5c1f36915.tar.bz2
doc: Update possible errors
Diffstat (limited to 'doc/pushnotification-api.txt')
-rw-r--r--doc/pushnotification-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pushnotification-api.txt b/doc/pushnotification-api.txt
index 942ba0f1..69388267 100644
--- a/doc/pushnotification-api.txt
+++ b/doc/pushnotification-api.txt
@@ -10,10 +10,18 @@ Methods void RegisterAgent(object path)
Registers an agent which will be called whenever a
new Smart Messaging based SMS arrives.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void UnregisterAgent(object path)
Unregisters an agent.
+ Possible Errors: [service].Error.InvalidArguments
+ [service].Error.Failed
+
PushNotificationAgent Hierarchy [experimental]
===============