libwolfram20

◆ getErrorMessage()

std::string WAError::getErrorMessage ( )

It returns information about the error.

Returns
Error message
36 {
37 return this->_msg;
38}
std::string _msg
A short message describing the error.
Definition: WAError.h:42