ErrorcodeReport (helper-)class for status reporting of common libraries. More...
#include <Diagnostics.h>
Public Member Functions | |
ErrorcodeReport () | |
Constructor. | |
Public Attributes | |
bool | Code_Exists |
int | ErrorCode |
std::string | Errorcode_Namespace |
ErrorcodeReport (helper-)class for status reporting of common libraries.
This class holds the error code and an error code namespace of a reported error. It is also a Code_Exists flag provided, which is default false and indicates that there is no error code for this message (e.g. if a hand written hind is reported) The error code namespace is used to lookup an error is there are multiple error code LUTs, as it is common in larger libraries.
Definition at line 33 of file Diagnostics.h.
ErrorcodeReport::ErrorcodeReport | ( | ) | [inline] |
Constructor.
Definition at line 41 of file Diagnostics.h.
Definition at line 36 of file Diagnostics.h.
Definition at line 37 of file Diagnostics.h.
std::string ErrorcodeReport::Errorcode_Namespace |
Definition at line 38 of file Diagnostics.h.