summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-24 06:29:28 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-24 06:29:28 +0100
commit2400ae72e7cfd4db40dab710648b61b7c8064775 (patch)
tree505d23791351088096e5db5240b287926eb72405
parent791f4419f5b07669614139e9f761b52093c487e2 (diff)
document exactly which errors need to be handled
-rw-r--r--reserve.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/reserve.txt b/reserve.txt
index 9aab9f1..bab36f6 100644
--- a/reserve.txt
+++ b/reserve.txt
@@ -143,9 +143,11 @@ LOGIC
DBUS_NAME_FLAG_ALLOW_REPLACEMENT should not be set when
requesting the name. Also, in this case implementing
RequestRelease() is optional. Implementations MUST be able to
- deal with org.freedesktop.DBus.Error.UnknownMethod and
- timeouts when calling this function. Both cases should NOT be
- treated as errors but as negative replies.
+ deal with org.freedesktop.DBus.Error.UnknownMethod,
+ org.freedesktop.DBus.Error.NoReply and
+ org.freedesktop.DBus.Error.TimedOut when calling this
+ function. Both cases should NOT be treated as errors but as
+ negative replies.
PRIORITIES