From cdbd0d192467b7d7e4c5ee26d883cd1ec4020ec9 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 4 Jan 2013 16:10:22 +0100 Subject: doc: Remove not really needed errors from Handover Agent API Only InProgress error is really usefull as in such case neard could retry operation. Other errors don't give any useful information comparing to simply returning Failed with proper error message. --- doc/agent-api.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/agent-api.txt b/doc/agent-api.txt index c008ce8..e12b785 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -27,9 +27,7 @@ Methods dict RequestOOB(dict values) [experimental] keys are the field names and the values are the actual fields. - Possible Errors: org.neard.HandoverAgent.Error.NotSupported - org.neard.HandoverAgent.Error.NoSuchDevice - org.neard.HandoverAgent.Error.InProgress + Possible Errors: org.neard.HandoverAgent.Error.InProgress org.neard.HandoverAgent.Error.Failed void PushOOB(dict values) [experimental] @@ -50,9 +48,7 @@ Methods dict RequestOOB(dict values) [experimental] Parameter should be a dictionary where the keys are the field names and the values are the actual fields. - Possible Errors: org.neard.HandoverAgent.Error.NotSupported - org.neard.HandoverAgent.Error.NoSuchDevice - org.neard.HandoverAgent.Error.InProgress + Possible Errors: org.neard.HandoverAgent.Error.InProgress org.neard.HandoverAgent.Error.Failed void Release() [experimental] -- cgit v1.2.3