[Telepathy-commits] [telepathy-spec/master] Add o.f.T.Errors.NotYours and o.f.T.Errors.Cancelled
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Sep 15 08:08:05 PDT 2008
---
spec/errors.xml | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/spec/errors.xml b/spec/errors.xml
index 380fafe..42a715f 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -65,8 +65,22 @@
</tp:docstring>
</tp:error>
- <tp:copyright>Copyright (C) 2005, 2006, 2007 Collabora Limited</tp:copyright>
- <tp:copyright>Copyright (C) 2005, 2006, 2007 Nokia Corporation</tp:copyright>
+ <tp:error name="Not Yours">
+ <tp:docstring>
+ The requested channel or other resource already exists, and another
+ client is responsible for it
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="Cancelled">
+ <tp:docstring>
+ Raised by an ongoing request if it is cancelled by user request before
+ it has completed.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright>
+ <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright>
<tp:license xmlns="http://www.w3.org/1999/xhtml">
<p>This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
--
1.5.6.5
More information about the Telepathy-commits
mailing list