From d10a48e4e5447e91595ecfc577d25cb5c1f36915 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Fri, 11 Feb 2011 03:34:31 -0800 Subject: doc: Update possible errors --- doc/cdma-voicecall-manager-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/cdma-voicecall-manager-api.txt') diff --git a/doc/cdma-voicecall-manager-api.txt b/doc/cdma-voicecall-manager-api.txt index 2fd74da9..535909a9 100644 --- a/doc/cdma-voicecall-manager-api.txt +++ b/doc/cdma-voicecall-manager-api.txt @@ -15,10 +15,20 @@ Methods dict GetProperties() Initiates a new outgoing call. This is usually implemented using the ATD AT command. + Possible Errors: [service].Error.InProgress + [service].Error.InvalidArguments + [service].Error.InvalidFormat + [service].Error.NotImplemented + [service].Error.Failed + void Hangup() Hangup all active calls. + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.Failed + void Answer() Answer the incoming call. This only affects the -- cgit v1.2.3