Bridges-C++  3.4.2
Bridges(C++ API)
Public Member Functions | Public Attributes | List of all members
bridges::HTTPException Struct Reference

#include <ServerComm.h>

Inheritance diagram for bridges::HTTPException:

Public Member Functions

 HTTPException (std::string url, long httpcode, std::string headers, std::string data)
 
 ~HTTPException ()=default
 
virtual const char * what () const noexcept
 

Public Attributes

std::string url
 
long httpcode
 
std::string headers
 
std::string data
 
std::string what_str
 

Constructor & Destructor Documentation

◆ HTTPException()

bridges::HTTPException::HTTPException ( std::string  url,
long  httpcode,
std::string  headers,
std::string  data 
)
inline

◆ ~HTTPException()

bridges::HTTPException::~HTTPException ( )
default

Member Function Documentation

◆ what()

virtual const char* bridges::HTTPException::what ( ) const
inlinevirtualnoexcept

Member Data Documentation

◆ data

std::string bridges::HTTPException::data

◆ headers

std::string bridges::HTTPException::headers

◆ httpcode

long bridges::HTTPException::httpcode

◆ url

std::string bridges::HTTPException::url

◆ what_str

std::string bridges::HTTPException::what_str

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