AOSharedServiceLibrary
Public Member Functions | Public Attributes | List of all members
HttpRequestException Struct Reference

#include <http_interface.h>

Inheritance diagram for HttpRequestException:
Inheritance graph
[legend]
Collaboration diagram for HttpRequestException:
Collaboration graph
[legend]

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
 

Detailed Description

An Implementation of std::exception that denotes an error during an http operation


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