DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::networking::FailureReply Struct Reference

Contains details about a failed network request sent. More...

#include <ReplyNotifier.hpp>

Collaboration diagram for drn::networking::FailureReply:

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.
 

Detailed Description

Contains details about a failed network request sent.

Member Data Documentation

◆ error_

std::optional<::QNetworkReply::NetworkError> drn::networking::FailureReply::error_ {std::nullopt}

The error code associated with the failure.

◆ reason_

::QString drn::networking::FailureReply::reason_

A textual, human-readable, reason for the failure.

◆ statusCode_

std::optional<HttpStatusCode> drn::networking::FailureReply::statusCode_ {std::nullopt}

The HTTP status code reply for the network request.

◆ url_

::QUrl drn::networking::FailureReply::url_

The URL of the network request.