mysocials-core 1.0
|
Error message class. More...
#include <qerrormessage.h>
Public Member Functions | |
QErrorMessage () | |
The default constructor. | |
QErrorMessage (const QErrorMessage &) | |
The copy constructor. | |
QErrorMessage (QString code, QString text) | |
The constructor with inistial values of error code and message. | |
Static Public Member Functions | |
static void | copyData (QErrorMessage *dst, const QErrorMessage *src) |
Copies error function. | |
Public Attributes | |
QString | code |
The error code. | |
QString | text |
The error text. | |
QString | comment |
additional comments corresponded this error. |
Error message class.
This class describes error message: code, text and comment.
QErrorMessage::QErrorMessage | ( | QString | code, |
QString | text | ||
) |
The constructor with inistial values of error code and message.
code | The error code. |
text | The error text. |
void QErrorMessage::copyData | ( | QErrorMessage * | dst, |
const QErrorMessage * | src | ||
) | [static] |
Copies error function.
dst | Destination instance. |
src | Source instance. |