SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
sw_task::net::HttpError Struct Reference

#include <HttpService.h>

Collaboration diagram for sw_task::net::HttpError:
Collaboration graph

Public Attributes

HttpErrorCode code
 
std::string message
 

Detailed Description

Definition at line 30 of file HttpService.h.

Member Data Documentation

◆ code

HttpErrorCode sw_task::net::HttpError::code

Definition at line 31 of file HttpService.h.

◆ message

std::string sw_task::net::HttpError::message

Definition at line 32 of file HttpService.h.


The documentation for this struct was generated from the following file: