Uses of Enum
io.qt.network.QNetworkReply.NetworkError
Packages that use QNetworkReply.NetworkError
-
Uses of QNetworkReply.NetworkError in io.qt.network
Fields in io.qt.network with type parameters of type QNetworkReply.NetworkErrorMethods in io.qt.network that return QNetworkReply.NetworkErrorModifier and TypeMethodDescriptionQNetworkReply.error()
QRestReply.error()
static QNetworkReply.NetworkError
QNetworkReply.NetworkError.resolve
(int value) Returns the corresponding enum entry for the given value.static QNetworkReply.NetworkError
Returns the enum constant of this type with the specified name.static QNetworkReply.NetworkError[]
QNetworkReply.NetworkError.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QNetworkReply.NetworkErrorModifier and TypeMethodDescriptionprotected final void
QNetworkReply.setError
(QNetworkReply.NetworkError errorCode, String errorString)