#include <DbXml.hpp>
void XmlDebugListener::error(const XmlException &error,
const XmlStackFrame *stack)
This method is called if an error occurs during query evaluation. It is normal to throw the XmlException argument at the end of an implementation of this method.
The XmlException representing the error.
The XmlStackFrame for the current execution context.