Uses of Enum
io.qt.qml.QJSValue.ErrorType
Packages that use QJSValue.ErrorType
-
Uses of QJSValue.ErrorType in io.qt.qml
Methods in io.qt.qml that return QJSValue.ErrorTypeModifier and TypeMethodDescriptionfinal QJSValue.ErrorType
QJSValue.errorType()
static QJSValue.ErrorType
QJSValue.ErrorType.resolve
(int value) Returns the corresponding enum entry for the given value.static QJSValue.ErrorType
Returns the enum constant of this type with the specified name.static QJSValue.ErrorType[]
QJSValue.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qml with parameters of type QJSValue.ErrorTypeModifier and TypeMethodDescriptionfinal QJSValue
QJSEngine.newErrorObject
(QJSValue.ErrorType errorType) Overloaded function forQJSEngine.newErrorObject(io.qt.qml.QJSValue.ErrorType, java.lang.String)
withmessage = ""
.final QJSValue
QJSEngine.newErrorObject
(QJSValue.ErrorType errorType, String message) final void
QJSEngine.throwError
(QJSValue.ErrorType errorType) Overloaded function forQJSEngine.throwError(io.qt.qml.QJSValue.ErrorType, java.lang.String)
withmessage = ""
.final void
QJSEngine.throwError
(QJSValue.ErrorType errorType, String message)