"XML Error Codes"

Pascal_Welke
Pascal_Welke New Altair Community Member
edited November 5 in Community Q&A
Hello,

while testing a self-written plugin it happened that an error message showed up:

Error in: ...
XML Error: 3
An XML File could not be parsed. Specific information is provided in the error message:

...wich at the first view isnt very specific, I think, because of many error codes I do not understand.

My question is: Is there a list of error codes, so I can understand what rapidminer is trying to say to me?

Best regards,
Pascal
Tagged:

Answers

  • IngoRM
    IngoRM New Altair Community Member
    Hi Pascal,

    since the RM error codes have three digits I am pretty sure that the error is not produced by us but by an underlying library / directly from Java. The "3" is probably not an error code but and index or something similar which was a problem for the XML parser. Without seeing the XML causing the problem I am afraid I am not able to tell you more, sorry.

    Cheers,
    Ingo