summaryrefslogtreecommitdiffstats
path: root/doc/network-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/network-api.txt
parent882ef1044444f39e4f15e3067f9e617de0dec39a (diff)
downloadofono-d10a48e4e5447e91595ecfc577d25cb5c1f36915.tar.bz2
doc: Update possible errors
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index db8da75e..bd706527 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -10,15 +10,15 @@ Methods dict GetProperties()
Returns all network registration properties. See the
properties section for available properties.
- Possible Errors: [service].Error.InvalidArguments
-
void Register()
Attempts to register to the default network. The
default network is normally selected by the settings
from the SIM card.
- Possible Errors: [service].Error.InvalidArguments
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.Failed
array{object,dict} GetOperators()
@@ -46,6 +46,10 @@ Methods dict GetProperties()
GPRS contexts. Expect the context to be unavailable
for the duration of the operator scan.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
This signal indicates a changed value of the given
@@ -148,8 +152,6 @@ Methods dict GetProperties()
Returns all network operator properties. See the
properties section for available properties.
- Possible Errors: [service].Error.InvalidArguments
-
void Register()
Attempts to register to this network operator.
@@ -158,7 +160,9 @@ Methods dict GetProperties()
be observed by tracking the NetworkRegistration Status
property.
- Possible Errors: [service].Error.InvalidArguments
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.Failed
Signals PropertyChanged(string property, variant value)