wibble  1.1
Public Member Functions | Public Attributes | List of all members
wibble::net::http::error Struct Reference

#include <http.h>

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

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 (
)
inlinevirtual

Member Function Documentation

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

Member Data Documentation

int wibble::net::http::error::code
std::string wibble::net::http::error::desc
std::string wibble::net::http::error::msg

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