Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
ErrorCodes This namesapce contains all error codes of the Heart Library. More...
Classes | |
class | 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... | |
Typedefs | |
using | Code = unsigned char |
Code This is alias for the unsigned char type. | |
Enumerations | |
enum | AbstractErrorCodes : Code { NoError = 0 , UnknownError , InvalidRequest , AbstractErrorCodes } |
The AbstractErrorCodes enum This enum with default error codes. More... | |
ErrorCodes This namesapce contains all error codes of the Heart Library.
Example of the create a own error codes.
using QH::ErrorCodes::Code = typedef unsigned char |
Code This is alias for the unsigned char type.
Definition at line 70 of file abstracterrorcodes.h.
The AbstractErrorCodes enum This enum with default error codes.
Definition at line 75 of file abstracterrorcodes.h.