LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::http::HttpError Class Reference

Transport-level failure: unresolvable host, refused connection, timeout. More...

#include <line/util/http.h>

Inheritance diagram for line::http::HttpError:
Collaboration diagram for line::http::HttpError:

Public Member Functions

 HttpError (const std::string &what)
Public Member Functions inherited from line::Error
 Error (const std::string &what)

Detailed Description

Transport-level failure: unresolvable host, refused connection, timeout.

Definition at line 54 of file http.h.

Constructor & Destructor Documentation

◆ HttpError()

line::http::HttpError::HttpError ( const std::string & what)
inlineexplicit

Definition at line 56 of file http.h.

References line::Error::Error().


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