Hi Ronald,
GetMessages method has no argument and the implementation does not
return any error.
---
doc/service-api.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 46989f4..d87644b 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -16,8 +16,6 @@ Methods array{object,dict} GetMessages()
and removal shall be monitored via MessageAdded and
MessageRemoved signals.
- Possible Errors: [service].Error.InvalidArguments
-
actually this error is valid. For example in case you call GetMessages
with an argument. So the error should stay.
Regards
Marcel