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.ErrorTypeQJSValue.errorType()static QJSValue.ErrorTypeQJSValue.ErrorType.resolve(int value) Returns the corresponding enum entry for the given value.static QJSValue.ErrorTypeReturns 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 QJSValueQJSEngine.newErrorObject(QJSValue.ErrorType errorType) Overloaded function forQJSEngine.newErrorObject(io.qt.qml.QJSValue.ErrorType, java.lang.String)withmessage = "".final QJSValueQJSEngine.newErrorObject(QJSValue.ErrorType errorType, String message) final voidQJSEngine.throwError(QJSValue.ErrorType errorType) Overloaded function forQJSEngine.throwError(io.qt.qml.QJSValue.ErrorType, java.lang.String)withmessage = "".final voidQJSEngine.throwError(QJSValue.ErrorType errorType, String message)