[telepathy-spec/master] errors: add errors for StreamTube's ConnectionClosed signal

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue May 19 06:50:51 PDT 2009


---
 spec/errors.xml |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/spec/errors.xml b/spec/errors.xml
index f82c532..4ab86d5 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -307,6 +307,24 @@
     </tp:docstring>
   </tp:error>
 
+  <tp:error name="ConnectionRefused">
+    <tp:docstring>
+      Raised when a connection is refused.
+    </tp:docstring>
+  </tp:error>
+
+  <tp:error name="ConnectionFailed">
+    <tp:docstring>
+      Raised when a connection can't be established.
+    </tp:docstring>
+  </tp:error>
+
+  <tp:error name="ConnectionLost">
+    <tp:docstring>
+      Raised when a connection is broken.
+    </tp:docstring>
+  </tp:error>
+
   <tp:copyright>Copyright © 2005-2009 Collabora Limited</tp:copyright>
   <tp:copyright>Copyright © 2005-2009 Nokia Corporation</tp:copyright>
   <tp:license xmlns="http://www.w3.org/1999/xhtml">
-- 
1.5.6.5




More information about the telepathy-commits mailing list