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);
@ TimedOut
An operation timed out.
@ NotSupported
An otherwise valid operation request could not be handled.
@ ServiceUnknown
An addressed service is neither connected nor can it be activated.
@ Failed
Generic failure cause.
@ AccessDenied
Caused by security restrictions denying an operation.
@ UnknownMethod
A method call addresses and unknown method.
@ LimitsExceeded
Use of a limited resource reached its limit.
@ FileNotFound
A file necessary for an operation is not avaiable.
@ NoNetwork
The network intended as a transport channel is not available.
@ NoMemory
An operation could not allocate enough memory.
@ AuthFailed
An authentification mechanism failed.
@ InvalidError
TQT_DBusError specific value, to represent invalid error objects.
@ UserDefined
Generic type for all errors not matching on of the other predefined.
@ BadAddress
Caused by trying to connect to a malformed address.
@ NameHasNoOwner
A non-unique name used in a message is not known.
@ InvalidArgs
Caused by invalid arguments passed to a method call.
@ FileExists
Target file exists but operation does not allow overwriting.
@ NoReply
An call failed to send a reply but one was expected.
@ NoServer
Connection to a D-Bus server failed.
@ Disconnected
Caused by trying to use an unconnected D-Bus connection.
@ IOError
An IO error occured during an operation.
@ InvalidSignature
An type signature is not valid.
@ Timeout
An timeout occured during an operation.