|
SORTIE Core C++ Documentation
|
Error reporting structure. More...
#include <Messages.h>
Public Attributes | |
| int | iErrorCode |
| Error code. More... | |
| std::string | sMoreInfo |
| String to hold additional information, if needed, according to the error code. More... | |
| std::string | sFunction |
| Function in which the error occurred - probably not for user consumption. More... | |
Error reporting structure.
| int modelErr::iErrorCode |
Error code.
See constants.
| std::string modelErr::sFunction |
Function in which the error occurred - probably not for user consumption.
| std::string modelErr::sMoreInfo |
String to hold additional information, if needed, according to the error code.
1.8.13