Uses of Enum
io.qt.dbus.QDBusError.ErrorType
Packages that use QDBusError.ErrorType
-
Uses of QDBusError.ErrorType in io.qt.dbus
Methods in io.qt.dbus that return QDBusError.ErrorTypeModifier and TypeMethodDescriptionstatic QDBusError.ErrorType
QDBusError.ErrorType.resolve
(int value) Returns the corresponding enum entry for the given value.final QDBusError.ErrorType
QDBusError.type()
static QDBusError.ErrorType
Returns the enum constant of this type with the specified name.static QDBusError.ErrorType[]
QDBusError.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.dbus with parameters of type QDBusError.ErrorTypeModifier and TypeMethodDescriptionstatic QDBusMessage
QDBusMessage.createError
(QDBusError.ErrorType type, String msg) final QDBusMessage
QDBusMessage.createErrorReply
(QDBusError.ErrorType type, String msg) static String
QDBusError.errorString
(QDBusError.ErrorType error) final void
QDBusContext.Impl.sendErrorReply
(QDBusError.ErrorType type) Overloaded function forQDBusContext.Impl.sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.final void
QDBusContext.Impl.sendErrorReply
(QDBusError.ErrorType type, String msg) default void
QDBusContext.sendErrorReply
(QDBusError.ErrorType type) Overloaded function forQDBusContext.sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.default void
QDBusContext.sendErrorReply
(QDBusError.ErrorType type, String msg) Constructors in io.qt.dbus with parameters of type QDBusError.ErrorType