ASN1C C/C++ Common Runtime  ASN1C v7.5.x
Public Attributes | List of all members
OSRTErrInfo Struct Reference

#include <rtxContext.h>

Public Attributes

OSRTErrLocn stack [OSRTERRSTKSIZ]
 
OSINT16 status
 
OSUINT8 stkx
 
OSUINT8 parmcnt
 
OSUTF8CHAR * parms [OSRTMAXERRPRM]
 
OSUTF8CHAR * elemName
 
OSBOOL fatal
 

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: