Public Member Functions | Public Attributes

wibble::net::http::error Struct Reference

#include <http.h>

Inheritance diagram for wibble::net::http::error:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 error (int code, const std::string &desc)
 error (int code, const std::string &desc, const std::string &msg)
virtual ~error () throw ()
virtual const char * what () const throw ()
virtual void send (Request &req)

Public Attributes

int code
std::string desc
std::string msg

Constructor & Destructor Documentation

wibble::net::http::error::error ( int  code,
const std::string &  desc 
) [inline]
wibble::net::http::error::error ( int  code,
const std::string &  desc,
const std::string &  msg 
) [inline]
virtual wibble::net::http::error::~error (  )  throw () [inline, virtual]

Member Function Documentation

void wibble::net::http::error::send ( Request req  )  [virtual]
const char * wibble::net::http::error::what (  )  const throw () [virtual]

References desc, and msg.


Member Data Documentation

Referenced by send().

Referenced by send(), and what().


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