Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
The AbstractErrorCodesHelper class is helper class with static methods for translate the ErrorCodes enums to text. This helper know only about the AbstractErrorCodes enum. More...
#include <abstracterrorcodes.h>
Static Public Member Functions | |
static QString | toString (Code enumData) |
toString This method have a cases for the translate all ErrorCodes of the QuasarApp Heart library. | |
The AbstractErrorCodesHelper class is helper class with static methods for translate the ErrorCodes enums to text. This helper know only about the AbstractErrorCodes enum.
Definition at line 91 of file abstracterrorcodes.h.
|
static |
toString This method have a cases for the translate all ErrorCodes of the QuasarApp Heart library.
enumData | This is error code. |
Definition at line 17 of file abstracterrorcodes.cpp.