1#ifndef XXRestApiExceptionH
2#define XXRestApiExceptionH
22 StatusException(
int statusCode,
const QUrl sourceUrl,
const QJsonObject& json = QJsonObject());
25 operator QString()
const;
43 operator QString()
const;
#define XXNETWORK_DECLSPEC
Definition XXNetworkExportDef.h:11
int getStatusCode() const
const QUrl & getSourceUrl() const
StatusException(const Result &result, const QUrl sourceUrl)
const QJsonObject & getContent() const
StatusException(int statusCode, const QUrl sourceUrl, const QJsonObject &json=QJsonObject())
UnreachableException(const QUrl &sourceUrl)
const QUrl & getSourceUrl() const
Definition XXRestApiAsync.h:10
Definition XXPopulatedAbstract.h:11
REST API with json content.
Definition XXRestApiResult.h:27