Internal error codes of the TwinCAT XML Data Server
Requirements
Code | Description | Symbolic name |
---|---|---|
0x00008000 | Internal error | XMLSRVERROR_INTERNAL |
0x00008001 | Handle not found. | XMLSRVERROR_NOTFOUND |
0x00008002 | Error during parsing of the XML file | XMLSRVERROR_PARSERERROR |
0x00008003 | Incompatible data type. | XMLSRVERROR_INCOMPATIBLE |
0x00008004 | Error during memory allocation | XMLSRVERROR_NOMEMORY |
0x00008005 | Error during adding of an XML node | XMLSRVERROR_ADDNODE |
0x00008006 | Invalid sXPath | XMLSRVERROR_INVALIDXPATH |
0x00008007 | Invalid String in TC | XMLSRVERROR_INVALIDSTRING |
0x00008800 | Invalid Client Handle | XMLSRVERROR_INVALIDCLIENTHANDLE |
0x00008900 | Wrong Version of TcXmlDataSrv.exe in use (TC2 instead of TC3) | XMLSRVERROR_INVALIDTWINCATVERSION |