ASN1C C/C++ Common Runtime
ASN1C v7.2.x
|
#include <rtxContext.h>
Public Attributes | |
OSRTErrLocn | stack [OSRTERRSTKSIZ] |
OSINT16 | status |
OSUINT8 | stkx |
OSUINT8 | parmcnt |
OSUTF8CHAR * | parms [OSRTMAXERRPRM] |
OSUTF8CHAR * | elemName |
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.