return_dbus_error


Description:

public void return_dbus_error (string error_name, string error_message)

Finishes handling a D-Bus method call by returning an error.

This method will free this, you cannot use it afterwards.

Parameters:

this

A DBusMethodInvocation.

error_name

A valid D-Bus error name.

error_message

A valid D-Bus error message.