From 2400ae72e7cfd4db40dab710648b61b7c8064775 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Feb 2009 06:29:28 +0100 Subject: document exactly which errors need to be handled --- reserve.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'reserve.txt') 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 -- cgit