Bridges-C++ 3.5.0-dev1
Bridges(C++ API)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bridges::HTTPException Struct Reference

#include <bridges_exception.h>

Inheritance diagram for bridges::HTTPException:
bridges::RuntimeException

Public Member Functions

 HTTPException (std::string url, long httpcode, std::string headers, std::string data)
 
virtual ~HTTPException ()=default
 
- Public Member Functions inherited from bridges::RuntimeException
 RuntimeException ()=default
 
virtual ~RuntimeException ()=default
 
virtual const char * what () const noexcept
 

Public Attributes

std::string url
 
long httpcode
 
std::string headers
 
std::string data
 
- Public Attributes inherited from bridges::RuntimeException
std::string what_str
 

Constructor & Destructor Documentation

◆ HTTPException()

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

◆ ~HTTPException()

virtual bridges::HTTPException::~HTTPException ( )
virtualdefault

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

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