The following is the list of errors returned by the XML parsing component of Policy Manager responsible for parsing the SyncML received from the MDM server.

 

Error NameWin32 Error CodeDescription
MSG_E_MX0xC00CEE00Reader error.
MSG_E_INPUTEND0xC00CEE01Unexpected end of input.
MSG_E_ENCODING0xC00CEE02Unrecognized encoding.
MSG_E_ENCODINGSWITCH0xC00CEE03Unable to switch the encoding.
MSG_E_ENCODINGSIGNATURE0xC00CEE04Unrecognized input signature.
MSG_E_WC0xC00CEE20Well formedness error.
MSG_E_WHITESPACE0xC00CEE21Whitespace expected.
MSG_E_SEMICOLON0xC00CEE22Semicolon expected.
MSG_E_GREATERTHAN0xC00CEE23‘>’ expected.
MSG_E_QUOTE0xC00CEE24Quote expected.
MSG_E_EQUAL0xC00CEE25Equal expected.
MSG_E_LESSTHAN0xC00CEE26An attribute value must not contain ‘<‘.
MSG_E_HEXDIGIT0xC00CEE27Hexadecimal digit expected.
MSG_E_DIGIT0xC00CEE28Decimal digit expected.
MSG_E_LEFTBRACKET0xC00CEE29‘[‘ expected.
MSG_E_LEFTPAREN0xC00CEE2A‘(‘ expected.
MSG_E_XMLCHARACTER0xC00CEE2BIllegal xml character.
MSG_E_NAMECHARACTER0xC00CEE2CIllegal name character.
MSG_E_SYNTAX0xC00CEE2DIncorrect document syntax.
MSG_E_CDSECT0xC00CEE2EIncorrect CDATA section syntax.
MSG_E_COMMENT0xC00CEE2FIncorrect comment syntax.
MSG_E_CONDSECT0xC00CEE30Incorrect conditional section syntax.
MSG_E_DECLATTLIST0xC00CEE31Incorrect ATTLIST declaration syntax.
MSG_E_DECLDOCTYPE0xC00CEE32Incorrect DOCTYPE declaration syntax.
MSG_E_DECLELEMENT0xC00CEE33Incorrect ELEMENT declaration syntax.
MSG_E_DECLENTITY0xC00CEE34Incorrect ENTITY declaration syntax.
MSG_E_DECLNOTATION0xC00CEE35Incorrect NOTATION declaration syntax.
MSG_E_NDATA0xC00CEE36NDATA expected.
MSG_E_PUBLIC0xC00CEE37PUBLIC expected.
MSG_E_SYSTEM0xC00CEE38SYSTEM expected.
MSG_E_NAME0xC00CEE39Name expected.
MSG_E_ROOTELEMENT0xC00CEE3AA document must contain exactly one root element.
MSG_E_ELEMENTMATCH0xC00CEE3BThe name in the end tag of the element must match the element type in the start tag.
MSG_E_UNIQUEATTRIBUTE0xC00CEE3CNo attribute name may appear more than once in the same start tag or empty element tag.
MSG_E_TEXTXMLDECL0xC00CEE3DA text/xml declaration may occur only at the very beginning of input.
MSG_E_LEADINGXML0xC00CEE3ENames beginning with the three letter sequence x, m, l, in any case combination, are reserved for use by XML and XML-related specifications.
MSG_E_TEXTDECL0xC00CEE3FIncorrect text declaration syntax.
MSG_E_XMLDECL0xC00CEE40Incorrect xml declaration syntax.
MSG_E_ENCNAME0xC00CEE41Incorrect encoding name syntax.
MSG_E_PUBLICID0xC00CEE42Incorrect public identifier syntax.
MSG_E_PESINTERNALSUBSET0xC00CEE43In the internal DTD subset, parameter entity references can occur only where markup declarations can occur, not within markup declarations.
MSG_E_PESBETWEENDECLS0xC00CEE44The replacement text of a parameter entity referenced between markup declarations must be well formed.
MSG_E_NORECURSION0xC00CEE45A parsed entity must not contain a recursive reference to itself, either directly or indirectly.
MSG_E_ENTITYCONTENT0xC00CEE46The replacement text of an entity referenced in the content must be well formed.
MSG_E_UNDECLAREDENTITY0xC00CEE47Undeclared entity.
MSG_E_PARSEDENTITY0xC00CEE48An entity reference must not contain the name of an unparsed entity.
MSG_E_NOEXTERNALENTITYREF0xC00CEE49Attribute values cannot contain direct or indirect entity references to external entities.
MSG_E_PI0xC00CEE4AIncorrect processing instruction syntax.
MSG_E_SYSTEMID0xC00CEE4BIncorrect system identifier syntax.
MSG_E_QUESTIONMARK0xC00CEE4C‘?’ expected.
MSG_E_CDSECTEND0xC00CEE4DThe content of an element must not contain the character sequence ‘]]>’.
SAX_E_DTD_PROHIBITED0xC00CEE4EDTD is prohibited.
MSG_E_RESERVEDXMLNAMESPACE0xC00CEE4FThe namespace for ‘xmlns:xml’ is reserved and it can only be declared as ‘http://www.w3.org/XML/1998/namespace&#8217;.
MSG_E_RESERVEDXMLNS0xC00CEE50Prefixes ‘xml’ and ‘xmlns’ are reserved for use by XML.
MSG_E_NC0xC00CEE60Namespace error.
MSG_E_QNAMECHARACTER0xC00CEE61Illegal qualified name character.
MSG_E_QNAMECOLON0xC00CEE62A qualified name cannot contain multiple colons.
MSG_E_NAMECOLON0xC00CEE63An attribute value declared to be of type ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain colons.
MSG_E_DECLAREDPREFIX0xC00CEE64Declared prefix.
MSG_E_UNDECLAREDPREFIX0xC00CEE65Undeclared prefix.
MSG_E_EMPTYURI0xC00CEE66Only a default namespace can have an empty URI.
MSG_E_VC0xC00CEE80Validity error.