SORTIE C++ Test Documentation
|
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. | |
Error reporting structure.
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.