43 return TQString::fromUtf8(DBUS_ERROR_FAILED);
45 return TQString::fromUtf8(DBUS_ERROR_NO_MEMORY);
47 return TQString::fromUtf8(DBUS_ERROR_SERVICE_UNKNOWN);
49 return TQString::fromUtf8(DBUS_ERROR_NAME_HAS_NO_OWNER);
51 return TQString::fromUtf8(DBUS_ERROR_NO_REPLY);
53 return TQString::fromUtf8(DBUS_ERROR_IO_ERROR);
55 return TQString::fromUtf8(DBUS_ERROR_BAD_ADDRESS);
57 return TQString::fromUtf8(DBUS_ERROR_NOT_SUPPORTED);
59 return TQString::fromUtf8(DBUS_ERROR_LIMITS_EXCEEDED);
61 return TQString::fromUtf8(DBUS_ERROR_ACCESS_DENIED);
63 return TQString::fromUtf8(DBUS_ERROR_AUTH_FAILED);
65 return TQString::fromUtf8(DBUS_ERROR_NO_SERVER);
67 return TQString::fromUtf8(DBUS_ERROR_TIMEOUT);
69 return TQString::fromUtf8(DBUS_ERROR_NO_NETWORK);
71 return TQString::fromUtf8(DBUS_ERROR_DISCONNECTED);
73 return TQString::fromUtf8(DBUS_ERROR_INVALID_ARGS);
75 return TQString::fromUtf8(DBUS_ERROR_FILE_NOT_FOUND);
77 return TQString::fromUtf8(DBUS_ERROR_FILE_EXISTS);
79 return TQString::fromUtf8(DBUS_ERROR_UNKNOWN_METHOD);
81 return TQString::fromUtf8(DBUS_ERROR_TIMED_OUT);
83 return TQString::fromUtf8(DBUS_ERROR_INVALID_SIGNATURE);
Target file exists but operation does not allow overwriting.
An type signature is not valid.
A method call addresses and unknown method.
The network intended as a transport channel is not available.
A non-unique name used in a message is not known.
An timeout occured during an operation.
An otherwise valid operation request could not be handled.
Caused by trying to connect to a malformed address.
An addressed service is neither connected nor can it be activated.
A file necessary for an operation is not avaiable.
An call failed to send a reply but one was expected.
Caused by trying to use an unconnected D-Bus connection.
An IO error occured during an operation.
An operation could not allocate enough memory.
Caused by security restrictions denying an operation.
Connection to a D-Bus server failed.
Generic type for all errors not matching on of the other predefined.
Caused by invalid arguments passed to a method call.
TQT_DBusError specific value, to represent invalid error objects.
An authentification mechanism failed.
Use of a limited resource reached its limit.