diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2013-01-04 16:10:22 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-01-31 01:23:04 +0100 |
commit | cdbd0d192467b7d7e4c5ee26d883cd1ec4020ec9 (patch) | |
tree | 1e283542cd1d68e5d04ed9807be1473a98c0ceff /doc | |
parent | a67b3fcbace4cace3e94775e815bfebf1047b767 (diff) | |
download | neard-cdbd0d192467b7d7e4c5ee26d883cd1ec4020ec9.tar.gz neard-cdbd0d192467b7d7e4c5ee26d883cd1ec4020ec9.tar.bz2 neard-cdbd0d192467b7d7e4c5ee26d883cd1ec4020ec9.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/agent-api.txt | 8 |
1 files changed, 2 insertions, 6 deletions
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] |