dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::http::ServerError Struct Referenceexport
module dxx.http
Inheritance diagram for dxx::http::ServerError:
dxx::errors::Error dxx::http::RequestError dxx::http::StreamError

Public Member Functions

template<typename... Args>
constexpr Error (std::format_string< Args... > fmt, Args &&... args)
 Regular constructor.
template<typename... Args>
constexpr Error (Errno, std::format_string< Args... > fmt, Args &&... args)
 Automatically adds errno info to the message.
Public Member Functions inherited from dxx::errors::Error
template<typename... Args>
constexpr Error (std::format_string< Args... > fmt, Args &&... args)
 Regular constructor.
template<typename... Args>
constexpr Error (Errno, std::format_string< Args... > fmt, Args &&... args)
 Automatically adds errno info to the message.

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