20 static inline const QHash<QXmlStreamReader::Error, QString> STD_ERR_TXT = {
21 {QXmlStreamReader::NoError, u
"No error has occurred."_s},
22 {QXmlStreamReader::CustomError, u
"A custom error has been raised with raiseError()."_s},
23 {QXmlStreamReader::NotWellFormedError, u
"The parser internally raised an error due to the read XML not being well-formed."_s},
24 {QXmlStreamReader::PrematureEndOfDocumentError, u
"The input stream ended before a well-formed XML document was parsed."_s},
25 {QXmlStreamReader::UnexpectedElementError, u
"The parser encountered an element that was different to those it expected."_s}
32 QXmlStreamReader::Error mErrorType;
45 QXmlStreamReader::Error
type();
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13