NetworkManager/introspection/errors.xml
Daniel Gnoutcheff d503c09466 DBus API: removing user settings support
Remove bits from the external DBus API that were once needed for user
settings support.
2010-08-06 13:05:46 -04:00

25 lines
663 B
XML

<?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">
<tp:docstring>
Connection was not provided by the settings service.
</tp:docstring>
</tp:error>
<tp:error name="Unknown Device">
<tp:docstring>
Unknown device.
</tp:docstring>
</tp:error>
<tp:error name="Permission Denied">
<tp:docstring>
User does not have the permission to activate this connection.
</tp:docstring>
</tp:error>
</tp:errors>