#include <tnt/httperror.h>
Inheritance diagram for HttpError:

Public Member Functions | |
| HttpError (unsigned errcode) | |
| HttpError (unsigned errcode, const std::string &msg) | |
| HttpError (unsigned errcode, const std::string &msg, const std::string &b) | |
| const char * | what () const throw () |
| std::string | getErrcodeStr () const |
| unsigned | getErrcode () const |
| std::string | getErrmsg () const |
| const std::string & | getBody () const |
| returns the body of the message. | |