Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::error_results Struct Reference

Structure used to create JSON error responses. More...

#include <http_plugin.hpp>

Collaboration diagram for sysio::error_results:

Classes

struct  error_info
 

Public Attributes

uint16_t code {}
 
string message
 
error_info error
 

Detailed Description

Definition at line 117 of file http_plugin.hpp.

Member Data Documentation

◆ code

uint16_t sysio::error_results::code {}

Definition at line 118 of file http_plugin.hpp.

118{};

◆ error

error_info sysio::error_results::error

Definition at line 159 of file http_plugin.hpp.

◆ message

string sysio::error_results::message

Definition at line 119 of file http_plugin.hpp.


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