|
MythTV
0.26-pre
|
#include <httprequest.h>
Public Member Functions | |
| HttpException (int nCode=-1, const QString &sMsg="") | |
| virtual | ~HttpException () |
Public Attributes | |
| int | code |
| QString | msg |
Definition at line 256 of file httprequest.h.
| HttpException::HttpException | ( | int | nCode = -1, |
| const QString & | sMsg = "" |
||
| ) | [inline] |
Definition at line 262 of file httprequest.h.
| virtual HttpException::~HttpException | ( | ) | [inline, virtual] |
Definition at line 267 of file httprequest.h.
Definition at line 259 of file httprequest.h.
Referenced by nv_python_libs.vimeo.vimeo_api.CurlyRestException::__str__().
| QString HttpException::msg |
Definition at line 260 of file httprequest.h.
Referenced by hardwareprofile.distros.mythtv_data.uuiddb.UUIDError::__str__(), hardwareprofile.distros.mythtv_data.uuiddb.PubUUIDError::__str__(), nv_python_libs.vimeo.vimeo_api.VimeoException::__str__(), nv_python_libs.vimeo.vimeo_api.CurlyRestException::__str__(), hardwareprofile.smolt.SystemBusError::__str__(), hardwareprofile.smolt.UUIDError::__str__(), hardwareprofile.smolt.PubUUIDError::__str__(), and ServiceHost::ProcessRequest().
1.7.6.1