giga::HttpErrorGeneric Class Reference
  
Inheritance diagram for giga::HttpErrorGeneric:
 
  
 | Public Member Functions | |
| HttpErrorGeneric (unsigned short status, const utility::string_t &errorStr=U(""), const utility::string_t &scope=U("")) | |
| HttpErrorGeneric (const HttpErrorGeneric &)=default | |
| HttpErrorGeneric (HttpErrorGeneric &&)=default | |
| virtual const char * | what () const noexcept | 
| HttpErrorGeneric & | setJson (const web::json::value &json) | 
| HttpErrorGeneric & | setJson (web::json::value &&json) | 
| const web::json::value & | getJson () const | 
| template<class Manager > | |
| void | visit (const Manager &us) | 
|  Public Member Functions inherited from giga::ErrorException | |
| ErrorException (const utility::string_t &what) | |
| ErrorException (const ErrorException &)=default | |
| ErrorException (ErrorException &&)=default | |
| Public Attributes | |
| const unsigned short | status = 500 | 
| utility::string_t | scope = U("") | 
| Additional Inherited Members | |
|  Protected Attributes inherited from giga::ErrorException | |
| std::string | whatStr = "" | 
The documentation for this class was generated from the following files:
- /home/thomas/code/GiGaSdk/src/giga/rest/HttpErrors.h
- /home/thomas/code/GiGaSdk/src/giga/rest/HttpErrors.cpp
 1.8.6
 1.8.6