userver
C++ Async Framework
Loading...
Searching...
No Matches
formatted_error_data.hpp
1
#
pragma
once
2
3
#
include
<
optional
>
4
#
include
<
string
>
5
6
#
include
<
userver
/
http
/
content_type
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
server::handlers {
11
12
struct
FormattedErrorData
{
13
std::string external_body;
14
std::optional<USERVER_NAMESPACE::http::
ContentType
> content_type{};
15
};
16
17
}
// namespace server::handlers
18
19
USERVER_NAMESPACE_END
userver
server
handlers
formatted_error_data.hpp
Generated on Wed May 15 2024 22:20:55 for userver by
Doxygen
1.10.0