aboutsummaryrefslogtreecommitdiff
path: root/introspection/mm-serial-error.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/mm-serial-error.xml')
-rw-r--r--introspection/mm-serial-error.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/introspection/mm-serial-error.xml b/introspection/mm-serial-error.xml
new file mode 100644
index 0000000..338a223
--- /dev/null
+++ b/introspection/mm-serial-error.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" ?>
+<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
+ namespace="org.freedesktop.ModemManager.Modem">
+ <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
+
+ <tp:error name="SerialOpenFailed">
+ <tp:docstring>
+ Could not open serial device.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="SerialSendFailed">
+ <tp:docstring>
+ Could not write to the serial device.
+ </tp:docstring>
+ </tp:error>
+
+ <tp:error name="SerialResponseTimeout">
+ <tp:docstring>
+ A response was not received in time.
+ </tp:docstring>
+ </tp:error>
+
+</tp:errors>