EnginioReply QML Type

A reply to any Enginio request. More...

Import Statement: import Enginio 1.0
Since: Qt 5.3

Properties

Detailed Description

The reply, when finished, contains information received from the server:

  • Data - object, which is a result from an earlier request, see the data function
  • Network status - in case of a network problem, additional information can be accessed through: errorType, errorString, networkError
  • Backend status - a finished request is always associated with a backend status code, which is just an HTTP code, and it can be queried through backendStatus

Property Documentation

backendStatus : int

The backend status code.


data : QJSValue

The data of this reply.


errorString : string

The error message if this reply was an error.


errorType : Enginio::ErrorType

The type of error (if any) of this reply.


isError : bool

The property holds true if this reply has finished with an error, false otherwise.


isFinished : bool

The property holds true if this reply is finished, false otherwise.


networkError : QNetworkReply::NetworkError

The network error (if any).


© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.