SAX Error Messages

 

The Simple API for XML (SAX) returns the following error messages.

Error codeError stringDescription
0xC00CEE00MSG_E_MXReader error.
0xC00CEE01MSG_E_INPUTENDUnexpected end of input.
0xC00CEE02MSG_E_ENCODINGUnrecognized encoding.
0xC00CEE03MSG_E_ENCODINGSWITCHUnable to switch the encoding.
0xC00CEE04MSG_E_ENCODINGSIGNATUREUnrecognized input signature.
0xC00CEE20MSG_E_WCWell formedness error.
0xC00CEE21MSG_E_WHITESPACEWhitespace expected.
0xC00CEE22MSG_E_SEMICOLONSemicolon expected.
0xC00CEE23MSG_E_GREATERTHAN'>' expected.
0xC00CEE24MSG_E_QUOTEQuote expected.
0xC00CEE25MSG_E_EQUALEqual expected.
0xC00CEE26MSG_E_LESSTHANAn attribute value must not contain '<'.
0xC00CEE27MSG_E_HEXDIGITHexadecimal digit expected.
0xC00CEE28MSG_E_DIGITDecimal digit expected.
0xC00CEE29MSG_E_LEFTBRACKET'[' expected.
0xC00CEE2AMSG_E_LEFTPAREN'(' expected.
0xC00CEE2BMSG_E_XMLCHARACTERIllegal xml character.
0xC00CEE2CMSG_E_NAMECHARACTERIllegal name character.
0xC00CEE2DMSG_E_SYNTAXIncorrect document syntax.
0xC00CEE2EMSG_E_CDSECTIncorrect CDATA section syntax.
0xC00CEE2FMSG_E_COMMENTIncorrect comment syntax.
0xC00CEE30MSG_E_CONDSECTIncorrect conditional section syntax.
0xC00CEE31MSG_E_DECLATTLISTIncorrect ATTLIST declaration syntax.
0xC00CEE32MSG_E_DECLDOCTYPEIncorrect DOCTYPE declaration syntax.
0xC00CEE33MSG_E_DECLELEMENTIncorrect ELEMENT declaration syntax.
0xC00CEE34MSG_E_DECLENTITYIncorrect ENTITY declaration syntax.
0xC00CEE35MSG_E_DECLNOTATIONIncorrect NOTATION declaration syntax.
0xC00CEE36MSG_E_NDATANDATA expected.
0xC00CEE37MSG_E_PUBLICPUBLIC expected.
0xC00CEE38MSG_E_SYSTEMSYSTEM expected.
0xC00CEE39MSG_E_NAMEName expected.
0xC00CEE3AMSG_E_ROOTELEMENTA document must contain exactly one root element.
0xC00CEE3BMSG_E_ELEMENTMATCHThe name in the end tag of the element must match the element type in the start tag.
0xC00CEE3CMSG_E_UNIQUEATTRIBUTENo attribute name may appear more than once in the same start tag or empty element tag.
0xC00CEE3DMSG_E_TEXTXMLDECLA text/xml declaration may occur only at the very beginning of input.
0xC00CEE3EMSG_E_LEADINGXMLNames beginning with the three letter sequence x, m, l, in any case combination, are reserved for use by XML and XML-related specifications.
0xC00CEE3FMSG_E_TEXTDECLIncorrect text declaration syntax.
0xC00CEE40MSG_E_XMLDECLIncorrect xml declaration syntax.
0xC00CEE41MSG_E_ENCNAMEIncorrect encoding name syntax.
0xC00CEE42MSG_E_PUBLICIDIncorrect public identifier syntax.
0xC00CEE43MSG_E_PESINTERNALSUBSETIn the internal DTD subset, parameter entity references can occur only where markup declarations can occur, not within markup declarations.
0xC00CEE44MSG_E_PESBETWEENDECLSThe replacement text of a parameter entity referenced between markup declarations must be well formed.
0xC00CEE45MSG_E_NORECURSIONA parsed entity must not contain a recursive reference to itself, either directly or indirectly.
0xC00CEE46MSG_E_ENTITYCONTENTThe replacement text of an entity referenced in the content must be well formed.
0xC00CEE47MSG_E_UNDECLAREDENTITYUndeclared entity.
0xC00CEE48MSG_E_PARSEDENTITYAn entity reference must not contain the name of an unparsed entity.
0xC00CEE49MSG_E_NOEXTERNALENTITYREFAttribute values cannot contain direct or indirect entity references to external entities.
0xC00CEE4AMSG_E_PIIncorrect processing instruction syntax.
0xC00CEE4BMSG_E_SYSTEMIDIncorrect system identifier syntax.
0xC00CEE4CMSG_E_QUESTIONMARK'?' expected.
0xC00CEE4DMSG_E_CDSECTENDThe content of an element must not contain the character sequence ']]>'.
0xC00CEE4ESAX_E_DTD_PROHIBITEDDTD is prohibited.
0xC00CEE4FMSG_E_RESERVEDXMLNAMESPACEThe namespace for 'xmlns:xml' is reserved and it can only be declared as 'http://www.w3.org/XML/1998/namespace'.
0xC00CEE50MSG_E_RESERVEDXMLNSPrefixes 'xml' and 'xmlns' are reserved for use by XML.
0xC00CEE60MSG_E_NCNamespace error.
0xC00CEE61MSG_E_QNAMECHARACTERIllegal qualified name character.
0xC00CEE62MSG_E_QNAMECOLONA qualified name cannot contain multiple colons.
0xC00CEE63MSG_E_NAMECOLONAn attribute value declared to be of type ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain colons.
0xC00CEE64MSG_E_DECLAREDPREFIXDeclared prefix.
0xC00CEE65MSG_E_UNDECLAREDPREFIXUndeclared prefix.
0xC00CEE66MSG_E_EMPTYURIOnly a default namespace can have an empty URI.
0xC00CEE80MSG_E_VCValidity error.
Show: