Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
The ErrorData struct is simple structure for contains data of the error. More...
#include <badrequest.h>
Public Attributes | |
unsigned char | code = 0 |
code This is code of error. By Default this member equals EccorCodes::UnknownError. | |
QString | msg |
msg This is message of error. | |
The ErrorData struct is simple structure for contains data of the error.
Definition at line 20 of file badrequest.h.
unsigned char QH::PKG::ErrorData::code = 0 |
code This is code of error. By Default this member equals EccorCodes::UnknownError.
Definition at line 24 of file badrequest.h.
QString QH::PKG::ErrorData::msg |
msg This is message of error.
Definition at line 28 of file badrequest.h.