Contains details about a failed network request sent. More...
#include <ReplyNotifier.hpp>
Public Attributes | |
std::optional<::QNetworkReply::NetworkError > | error_ {std::nullopt} |
The error code associated with the failure. | |
::QString | reason_ |
A textual, human-readable, reason for the failure. | |
std::optional< HttpStatusCode > | statusCode_ {std::nullopt} |
The HTTP status code reply for the network request. | |
::QUrl | url_ |
The URL of the network request. | |
Contains details about a failed network request sent.
std::optional<::QNetworkReply::NetworkError> drn::networking::FailureReply::error_ {std::nullopt} |
The error code associated with the failure.
::QString drn::networking::FailureReply::reason_ |
A textual, human-readable, reason for the failure.
std::optional<HttpStatusCode> drn::networking::FailureReply::statusCode_ {std::nullopt} |
The HTTP status code reply for the network request.
::QUrl drn::networking::FailureReply::url_ |
The URL of the network request.