libwolfram20

◆ isError()

bool WAResult::isError ( )

It checks if the results contains valid data.

In some cases, you can call getError to get more information

Return values
trueThe result is an error
falseAll OK
103 {
104 return this->_is_error;
105}
bool _is_error
The input could be successfully understood or a serious processing error occurred.
Definition: WAResult.h:52