userver: server::handlers::FormattedErrorData Struct Reference
Loading...
Searching...
No Matches
server::handlers::FormattedErrorData Struct Reference

#include <userver/server/handlers/formatted_error_data.hpp>

Detailed Description

External error response body and content type.

Definition at line 16 of file formatted_error_data.hpp.

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 18 of file formatted_error_data.hpp.

◆ external_body

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

Definition at line 17 of file formatted_error_data.hpp.


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