EnginioReply QML Type
A reply to any Enginio request. More...
Import Statement: | import Enginio 1.0 |
Since: | Qt 5.3 |
Properties
- backendStatus : int
- data : QJSValue
- errorString : string
- errorType : Enginio::ErrorType
- isError : bool
- isFinished : bool
- networkError : QNetworkReply::NetworkError
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