OSRTErrInfo Struct Reference
[Context Management Functions]
#include <rtxContext.h>
Public Attributes | |
OSRTErrLocn | stack [OSRTERRSTKSIZ] |
OSINT16 | status |
OSUINT8 | stkx |
OSUINT8 | parmcnt |
OSUTF8CHAR * | parms [OSRTMAXERRPRM] |
OSUTF8CHAR * | elemName |
Detailed Description
Run-time error information structure
This structure is a container structure that holds information on run-time errors. The stack variable holds the trace stack information that shows where the error occurred in the source code. The parms variable holds error parameters that are substituted into the message that is returned to the user.
The documentation for this struct was generated from the following file: