userver: server::handlers::FormattedErrorData Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::handlers::FormattedErrorData Struct Reference

Detailed Description

Definition at line 12 of file formatted_error_data.hpp.

+ Collaboration diagram for server::handlers::FormattedErrorData:

Public Attributes

std::string external_body
 
std::optional<::http::ContentTypecontent_type {}
 

Member Data Documentation

◆ content_type

std::optional<::http::ContentType> server::handlers::FormattedErrorData::content_type {}

Definition at line 14 of file formatted_error_data.hpp.

◆ external_body

std::string server::handlers::FormattedErrorData::external_body

Definition at line 13 of file formatted_error_data.hpp.


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