![]() |
AOSharedServiceLibrary
|
#include <http_interface.h>


Public Member Functions | |
| HttpRequestException (std::string msg) | |
| Create a HTTP Request Exception, and store the given error message. | |
| const char * | what () const throw () |
| Show the error message in readable format. | |
Public Attributes | |
| std::string | int_msg |
| An error message passed on initialization. | |
| const char * | int_msg_cstr |
An Implementation of std::exception that denotes an error during an http operation
1.8.11