1 #ifndef DDCORE_SRC_XML_TINYXMLERROR_INL_H
2 #define DDCORE_SRC_XML_TINYXMLERROR_INL_H
45 "Failed to open file",
46 "Memory allocation failed.",
47 "Error parsing Element.",
48 "Failed to read Element name",
49 "Error reading Element value.",
50 "Error reading Attributes.",
52 "Error reading end tag.",
53 "Error parsing Unknown.",
54 "Error parsing Comment.",
55 "Error parsing Declaration.",
56 "Error document empty.",
57 "Error null (0) or unexpected EOF found in input stream.",
58 "Error parsing CDATA.",
59 "Error when TiXmlDocument added to document, because TiXmlDocument can only be at the root.",