boost::parser::error_handler_result
// In header: <boost/parser/error_handling_fwd.hpp> enum error_handler_result { fail, rethrow };
The possible actions to take when a parse error is handled by an error handler.
rethrow
Re-throw the parse error exception.