ADTF
|
Wrapper for stringification of error codes - for usage by struct tError. More...
Public Member Functions | |
tErrorString ()=default | |
Default constructor. | |
tErrorString (const tErrorCode::error_code_type i_nErrorCode, const tChar *i_strErrorCode) | |
Construct with error code and error string. More... | |
const tChar * | strErrorCode () const |
Get the error code as string representation. More... | |
Private Attributes | |
const tChar *const | strValue |
Pointer to existing error code string. | |
Additional Inherited Members | |
Public Types inherited from tErrorCode | |
typedef tInt32 | error_code_type |
Type of the error code. | |
Public Attributes inherited from tErrorCode | |
error_code_type | value |
Value of this error code. | |
Wrapper for stringification of error codes - for usage by struct tError.
Definition at line 123 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
|
inline |
Construct with error code and error string.
[in] | i_nErrorCode | The error code - passed through to tErrorCode base class |
[in] | i_strErrorCode | The error code string |
Definition at line 133 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
|
inline |
Get the error code as string representation.
Definition at line 140 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/base/error.h.
References strValue.