9#include <boost/python/class.hpp>
10#include <boost/python/reference_existing_object.hpp>
17 class_<ErrorReporter>(
"ErrorReporter", init<std::string, Mantid::Types::Core::time_duration, std::string, bool>())
18 .def(init<std::string, Mantid::Types::Core::time_duration, std::string,
bool, std::string, std::string,
21 .def(init<std::string, Mantid::Types::Core::time_duration, std::string,
bool, std::string, std::string,
22 std::string, std::string>())
27 "Generates an error report as a json string");
void export_ErrorReporter()
ErrorReporter : The error reporter is responsible for sending error reports.
Kernel::InternetHelper::HTTPStatus sendErrorReport()
Sends an error report.
virtual std::string generateErrorMessage() const
Generates an error string in json format.