rtXmlErrCodes.h File Reference
List of numeric status codes that can be returned by ASN1C run-time functions and generated code. More...
#include "rtxsrc/rtxErrCodes.h"
Go to the source code of this file.
Defines | |
| #define | XML_OK_EOB 0x7fffffff |
| End of block marker. | |
| #define | XML_OK_FRAG XML_OK_EOB |
| Maintained for backward compatibility. | |
| #define | XML_E_BASE -200 |
| Error base. | |
| #define | XML_E_GENERR (XML_E_BASE) |
| General error. | |
| #define | XML_E_INVSYMBOL (XML_E_BASE-1) |
| Invalid symbol is detected. | |
| #define | XML_E_TAGMISMATCH (XML_E_BASE-2) |
| Start-end XML tags mismatch. | |
| #define | XML_E_DUPLATTR (XML_E_BASE-3) |
| Duplicate attribute found. | |
| #define | XML_E_BADCHARREF (XML_E_BASE-4) |
| Bad character reference found. | |
| #define | XML_E_INVMODE (XML_E_BASE-5) |
| Invalid mode. | |
| #define | XML_E_UNEXPEOF (XML_E_BASE-6) |
| Unexpected end of file (document). | |
| #define | XML_E_NOMATCH (XML_E_BASE-7) |
| Current tag is not matched to specified one. | |
| #define | XML_E_ELEMMISRQ (XML_E_BASE-8) |
| Missing required element. | |
| #define | XML_E_ELEMSMISRQ (XML_E_BASE-9) |
| Missing required elements. | |
| #define | XML_E_TOOFEWELEMS (XML_E_BASE-10) |
| minOccurs is not reached. | |
| #define | XML_E_UNEXPSTARTTAG (XML_E_BASE-11) |
| Unexpected start tag. | |
| #define | XML_E_UNEXPENDTAG (XML_E_BASE-12) |
| Unexpected end tag. | |
| #define | XML_E_IDNOTFOU (XML_E_BASE-13) |
| Expected identifier not found. | |
| #define | XML_E_INVTYPEINFO (XML_E_BASE-14) |
| Unknown xsi:type. | |
Detailed Description
List of numeric status codes that can be returned by ASN1C run-time functions and generated code.
Definition in file rtXmlErrCodes.h.
