Get it
Learn it
Advanced
#include <mrpt/nav/reactive/CAbstractNavigator.h> struct TErrorReason { // fields TErrorCode error_code {ERR_NONE}; std::string error_msg; };
std::string error_msg
Human friendly description of the error.