Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
QH::PKG::ErrorData Struct Reference

The ErrorData struct is simple structure for contains data of the error. More...

#include <badrequest.h>

Collaboration diagram for QH::PKG::ErrorData:
Collaboration graph

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.
 

Detailed Description

The ErrorData struct is simple structure for contains data of the error.

Definition at line 20 of file badrequest.h.

Member Data Documentation

◆ code

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.

◆ msg

QString QH::PKG::ErrorData::msg

msg This is message of error.

Definition at line 28 of file badrequest.h.


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