#include <APIDatatypes.h>
Public Attributes | |
std::string | title |
std::string | text |
bool | position |
int | line |
int | column |
Definition at line 103 of file APIDatatypes.h.
The column in the XML file in which the error occured Only used if position is true
Definition at line 119 of file APIDatatypes.h.
Referenced by ErrorManager::addError(), and CDoc::OnSimReset().
The line in the XML file in which the error occured. Only used if position is true
Definition at line 115 of file APIDatatypes.h.
Referenced by ErrorManager::addError(), and CDoc::OnSimReset().
Flag: true, if the position of the error is known
Definition at line 111 of file APIDatatypes.h.
Referenced by ErrorManager::addError().
std::string ErrorDescription::text |
The complete error message
Definition at line 109 of file APIDatatypes.h.
Referenced by ErrorManager::addError().
std::string ErrorDescription::title |
The title of the error (very short description)
Definition at line 107 of file APIDatatypes.h.
Referenced by ErrorManager::addError().