Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
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... | |