Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
QH::ErrorCodes::AbstractErrorCodesHelper Class Reference

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>

Collaboration diagram for QH::ErrorCodes::AbstractErrorCodesHelper:
Collaboration graph

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.
 

Detailed Description

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.

Member Function Documentation

◆ toString()

QString QH::ErrorCodes::AbstractErrorCodesHelper::toString ( Code  enumData)
static

toString This method have a cases for the translate all ErrorCodes of the QuasarApp Heart library.

Parameters
enumDataThis is error code.
Returns
string value of the error code.

Definition at line 17 of file abstracterrorcodes.cpp.


The documentation for this class was generated from the following files: