XML DOM Error Messages

 

The XML Document Object Model (DOM) generates the following error messages.

Error codeError stringDescription
0xC00CE200XMLOM_DUPLICATE_IDThe ID '%1' is duplicated.
0xC00CE201XMLOM_DATATYPE_PARSE_ERRORError parsing '%1' as %2 data type.
0xC00CE202XMLOM_NAMESPACE_CONFLICTThere was a Namespace conflict for the '%1' Namespace.
0xC00CE204XMLOM_OBJECT_EXPAND_NOTIMPLUnable to expand an attribute with Object value
0xC00CE205XMLOM_DTDT_DUPCannot have 2 data type attributes on one element.
0xC00CE206XMLOM_INSERTPOS_NOTFOUNDInsert position node not found
0xC00CE207XMLOM_NODE_NOTFOUNDNode not found
0xC00CE208XMLOM_INVALIDTYPEThis operation can not be performed with a node of type %1.
0xC00CE209XMLOM_INVALID_XMLDECL_ATTR'%1' is not a valid attribute on the XML Declaration. Only 'version', 'encoding', or 'standalone' attributes are allowed.
0xC00CE20AXMLOM_INVALID_INSERT_PARENTInserting a node or its ancestor under itself is not allowed.
0xC00CE20BXMLOM_INVALID_INSERT_POSInsert position node must be a Child of the node to insert under.
0xC00CE20CXMLOM_NO_ATTRIBUTESAttributes are not allowed on nodes of type '%1'.
0xC00CE20DXMLOM_NOTCHILDThe parameter node is not a child of this node.
0xC00CE20EXMLOM_CREATENODE_NEEDNAMETo create nodes of type '%1', a valid name must be specified.
0xC00CE20FXMLOM_UNEXPECTED_NSUnexpected NameSpace parameter.
0xC00CE210XMLOM_MISSING_PARAMRequired parameter is missing (or null/empty).
0xC00CE211XMLOM_INVALID_NAMESPACENODENamespace node is invalid.
0xC00CE212XMLOM_READONLYAttempt to modify a read-only node.
0xC00CE213XMLOM_ACCESSDENIEDAccess Denied.
0xC00CE214XMLOM_ATTRMOVEAttributes must be removed before adding them to a different node.
0xC00CE215XMLOM_BADVALUEInvalid data for a node of type '%1'.
0xC00CE216XMLOM_USERABORTOperation aborted by caller.
0xC00CE217XMLOM_NEXTNODEABORTUnable to recover node list iterator position.
0xC00CE218XMLOM_INVALID_INDEXThe offset must be 0 or a positive number that is not greater than the number of characters in the data.
0xC00CE219XMLOM_INVALID_ATTRThe provided node is not a specified attribute on this node.
0xC00CE21AXMLOM_INVALID_ONDOCTYPEThis operation cannot be performed on DOCTYPE node.
0xC00CE21BXMLOM_INVALID_MODELCannot mix different threading models in document.
0xC00CE21CXMLOM_INVALID_DATATYPEDatatype '%1' is not supported.
0xC00CE21DXMLOM_INVALID_PROPNAMEProperty name is invalid.
0xC00CE21EXMLOM_INVALID_PROPVALUEProperty value is invalid.
0xC00CE21FXMLOM_OBJ_READONLYObject is read-only.
0xC00CE220XMLOM_SCHEMACACHE_ONLYOnly XMLSchemaCache schema collections can be used.
0xC00CE223XMLOM_VALIDATE_NOTWFValidate failed because the document does not contain exactly one root node.
0xC00CE224XMLOM_VALIDATE_DECLARATION_NOTFOUNDThe node is neither valid nor invalid because no DTD/Schema declaration was found.
0xC00CE225XMLOM_VALIDATE_INVALIDValidate failed.
0xC00CE226XMLOM_OUTOFBOUNDSIndex refers beyond end of list.
0xC00CE227XMLOM_E_BADNAMEA node of type '%1' cannot have the name '%2'.
0xC00CE228XMLOM_MISSING_PROPERTYRequired property does not have a valid value.
0xC00CE229XMLOM_TRANSFORM_IN_PROGRESSIllegal operation while a transformation is currently in progress.
0xC00CE22AXMLOM_TRANSFORM_ABORTEDUser aborted transform.
0xC00CE22BXMLOM_STILL_LOADINGDocument is not completely parsed.
0xC00CE22CXMLOM_BAD_EVENTSINKThis object cannot sink the '%1' event. An error occurred marshalling the object's IDispatch interface.
0xC00CE22DXMLOM_STYLESHEET_MODELThe XSL stylesheet document must be free threaded in order to be used with the XSLTemplate object.
0xC00CE22EXMLOM_BAD_SELECTNSSelectionNamespaces property value is invalid. Only well-formed xmlns attributes are allowed.
0xC00CE22FXMLOM_BADNAMECHARThis name may not contain the '%2' character: %1-->%2<--%3
0xC00CE230XMLOM_BADSTARTNAMECHARThis name may not begin with the '%2' character: %1-->%2<--%3
0xC00CE231XMLOM_MISSINGNAMEAn empty string '' is not a valid name.
0xC00CE232XMLOM_ASYNCSERVERHTTPREQUESTThe ServerHTTPRequest property can not be used when loading a document asynchronously and is only supported on Windows NT 4.0 and above.
0xC00CE233XMLOM_BUILDERNOTVALIDNot supported when building DOM from SAX.
0xC00CE234XMLOM_BUILDEROUTOFSEQMethod '%1' not valid until after startDocument() is called.
0xC00CE235XMLOM_BUILDERUNEXPECTEDMethod '%1()' unexpected.
0xC00CE236XMLOM_BUILDERUNEXPECTED2Method '%1()' unexpected. Expecting '%2()'.
0xC00CE237XML_NSMGR_BUFFERTOOSMALLThe buffer passed in has insufficient length.
0xC00CE238XML_NSMGR_NOTTHINGTOPOPThere are no contexts left to pop in the Namespace Manager.
0xC00CE239XML_NSMGR_CANNOTOVERRIDEThe prefix '%1' can not be redeclared. The Namespace Manager is not in override mode.
0xC00CE23AXMLOM_MIXINGVERSIONSIt is an error to mix objects from different versions of MSXML.
0xC00CE23BXMLOM_WINHTTPNOTREGISTEREDCurrent operating system does not have WINHTTP.DLL. WINHTTP.DLL must be registered to use the ServerXMLHTTP object.
0xC00CE23CXMLOM_XQL_UNSUPPORTEDThe XSLPattern selection language is not supported in this version of MSXML.
0xC00CE23DXMLOM_NO_DTD_NEWPARSERDTD Validation when using the NewParser option or MXXMLWriter to build a DOMDocument is not supported.
0xC00CE23EXMLOM_VALIDATE_FOREIGNNODEValidate failed because the node provided does not belong to this document.
0xC00CE23FXMLOM_INVALIDMETHODCALL_ALLERRORSThis method can only be called from top level error object when the MultipleErrorMessages property is enabled.
0xC00CE240XMLOM_SCHEMA_FAILED_TO_LOADWhile loading schema '%1' following error has occured:
0xC00CE241XMLOM_IMPORTNODE_NO_DEEP'importNode' requires the 'deep' parameter to be true.
Show: