summaryrefslogtreecommitdiff
path: root/introspection/errors.xml
blob: 34a0a7b96f30d0ef3c1ee6b542fbcb412e0fed63 (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.NetworkManager.Error">
  <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>

  <tp:error name="Unknown Connection">
    <annotation name="org.gtk.GDBus.DocString" value="
        Connection was not provided by the settings service.
    " />
  </tp:error>

  <tp:error name="Unknown Device">
    <annotation name="org.gtk.GDBus.DocString" value="
        Unknown device.
    " />
  </tp:error>

  <tp:error name="Permission Denied">
    <annotation name="org.gtk.GDBus.DocString" value="
    User does not have the permission to activate this connection.
    " />
  </tp:error>

</tp:errors>