return_error_literal


Description:

[ DestroysInstance ]
public void return_error_literal (Quark domain, int code, string message)

Like return_error but without printf-style formatting.

This method will take ownership of this. See DBusInterfaceVTable for more information about the ownership of this.

Parameters:

this

A DBusMethodInvocation.

domain

A Quark for the Error error domain.

code

The error code.

message

The error message.