Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
abstracterrorcodes.h File Reference
#include <QString>
#include "heart_global.h"
Include dependency graph for abstracterrorcodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QH::ErrorCodes::AbstractErrorCodesHelper
 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...
 

Namespaces

namespace  QH
 The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart library.
 
namespace  QH::ErrorCodes
 ErrorCodes This namesapce contains all error codes of the Heart Library.
 

Typedefs

using QH::ErrorCodes::Code = unsigned char
 Code This is alias for the unsigned char type.
 

Enumerations

enum  QH::ErrorCodes::AbstractErrorCodes : Code { QH::ErrorCodes::NoError = 0 , QH::ErrorCodes::UnknownError , QH::ErrorCodes::InvalidRequest , QH::ErrorCodes::AbstractErrorCodes }
 The AbstractErrorCodes enum This enum with default error codes. More...