Constructor
new DBusError(type, text)
Construct a new DBusError
with the given type and text.
Parameters:
Name | Type | Description |
---|---|---|
type |
string | The type of error. Must be a valid DBus member name. |
text |
string | The error text. Will be seen by the client. |
- Source: