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.
 
char cMoreInfo [MESSAGE_SIZE]
 String to hold additional information, if needed, according to the error code.
 
char cFunction [MESSAGE_SIZE]
 Fnction in which the error occurred - probably not for user consumption.
 

Detailed Description

Error reporting structure.

Member Data Documentation

char modelErr::cFunction[MESSAGE_SIZE]

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

char modelErr::cMoreInfo[MESSAGE_SIZE]

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

int modelErr::iErrorCode

Error code.

See constants.


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