Uses of Enum
io.qt.dbus.QDBusError.ErrorType
-
Uses of QDBusError.ErrorType in io.qt.dbus
Methods in io.qt.dbus that return QDBusError.ErrorTypeModifier and TypeMethodDescriptionstatic QDBusError.ErrorTypeQDBusError.ErrorType.resolve(int value) Returns the corresponding enum entry for the given value.final QDBusError.ErrorTypeQDBusError.type()static QDBusError.ErrorTypeReturns 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 QDBusMessageQDBusMessage.createError(QDBusError.ErrorType type, String msg) final QDBusMessageQDBusMessage.createErrorReply(QDBusError.ErrorType type, String msg) static StringQDBusError.errorString(QDBusError.ErrorType error) final voidQDBusContext.Impl.sendErrorReply(QDBusError.ErrorType type) Overloaded function forQDBusContext.Impl.sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)withmsg = "".final voidQDBusContext.Impl.sendErrorReply(QDBusError.ErrorType type, String msg) default voidQDBusContext.sendErrorReply(QDBusError.ErrorType type) Overloaded function forQDBusContext.sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)withmsg = "".default voidQDBusContext.sendErrorReply(QDBusError.ErrorType type, String msg) Constructors in io.qt.dbus with parameters of type QDBusError.ErrorType