SORTIE Core C++ Documentation
Public Attributes | List of all members
modelErr Struct Reference

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...
 

Detailed Description

Error reporting structure.

Member Data Documentation

◆ iErrorCode

int modelErr::iErrorCode

Error code.

See constants.

◆ sFunction

std::string modelErr::sFunction

Function in which the error occurred - probably not for user consumption.

◆ sMoreInfo

std::string modelErr::sMoreInfo

String to hold additional information, if needed, according to the error code.


The documentation for this struct was generated from the following file: