dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::http::ServerError Struct Referenceexport
module dxx.http

Exception class that supports construction from a format-like args and automatic errno capture in the message. More...

Inheritance diagram for dxx::http::ServerError:
dxx::http::RequestError dxx::http::StreamError

Public Member Functions

template<typename... Args>
 ServerError (std::format_string< Args... > fmt, Args &&... args)
template<typename... Args>
 ServerError (Errno, std::format_string< Args... > fmt, Args &&... args)

Detailed Description

Exception class that supports construction from a format-like args and automatic errno capture in the message.


The documentation for this struct was generated from the following file:
  • /build-llvm-libcpp/_deps/dot-xx-http-src/src/errors.xx