libwolfram20

◆ isError()

bool WAPod::isError ( )

It checks if the results contains valid data.

Return values
trueThe result is an error
falseAll OK
112 {
113 return (this->_error != nullptr);
114}
WAError * _error
Information about the given error; nullptr if no error.
Definition: WAPod.h:44