NAME
Qt::DBus::QDBusError
PUBLIC METHODS
- QDBusError(const DBusError * error)
- QDBusError(const DBusError * error = 0)
- QDBusError(const QDBusMessage & msg)
- QDBusError(const QDBusError & other)
- QDBusError(QDBusError::ErrorType error, const QString & message)
- static QString errorString(QDBusError::ErrorType error)
- bool isValid()
- QString message()
- QString name()
- QDBusError & operator=(const QDBusError & other)
- QDBusError::ErrorType type()
ENUM VALUES
- NoError
- Other
- Failed
- NoMemory
- ServiceUnknown
- NoReply
- BadAddress
- NotSupported
- LimitsExceeded
- AccessDenied
- NoServer
- Timeout
- NoNetwork
- AddressInUse
- Disconnected
- InvalidArgs
- UnknownMethod
- TimedOut
- InvalidSignature
- UnknownInterface
- InternalError
- UnknownObject
- InvalidService
- InvalidObjectPath
- InvalidInterface
- InvalidMember
- LastErrorType
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.