Exception class for network-related errors.
More...
#include <XXRestApiException.h>
Exception class for network-related errors.
◆ StatusException() [1/2]
| XX::RestApi::StatusException::StatusException |
( |
const Result & | result, |
|
|
const QUrl | sourceUrl ) |
◆ StatusException() [2/2]
| XX::RestApi::StatusException::StatusException |
( |
int | statusCode, |
|
|
const QUrl | sourceUrl, |
|
|
const QJsonObject & | json = QJsonObject() ) |
◆ getContent()
| const QJsonObject & XX::RestApi::StatusException::getContent |
( |
| ) |
const |
◆ getSourceUrl()
| const QUrl & XX::RestApi::StatusException::getSourceUrl |
( |
| ) |
const |
◆ getStatusCode()
| int XX::RestApi::StatusException::getStatusCode |
( |
| ) |
const |
◆ operator QString()
| XX::RestApi::StatusException::operator QString |
( |
| ) |
const |
The documentation for this class was generated from the following file: