Static DDL Error Handling class.
More...
#include <ddl_error.h>
|
| cDDLError () |
| CTOR.
|
|
| ~cDDLError () |
| CTOR.
|
|
Static DDL Error Handling class.
The parser will use this static Error handling to inform about validation errors.
Definition at line 17 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/extern/pkg_ddl/include/adtfddl/ddlrepresentation/ddl_error.h.
◆ GetLastDDLErrorCode()
static tResult GetLastDDLErrorCode |
( |
| ) |
|
|
static |
Gets the last DDL Error Code occured.
- Returns
- the DDL Error.
◆ GetLastDDLErrorDescription()
static const char * GetLastDDLErrorDescription |
( |
| ) |
|
|
static |
Gets the last DDL Error description occured.
- Returns
- the last DDL Error description.
◆ SetLastDDLError()
Sets the last DDL Error and error description.
- Returns
- the last DDL Error description.
◆ m_nLastErrorCode
◆ m_strLastErrorDescription