summaryrefslogtreecommitdiff
path: root/introspection/mm-serial-error.xml
blob: 338a2232bb4db8504a214b199f8837eb68cf7ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>