libwolfram20

◆ getError()

WAError * WAResult::getError ( )

It provides information about what happened.

Warning
Even if isError returns true you souldn't expect the return to be a valid pointer (not nullptr)
Returns
Information about the error
Return values
nullptrError not returned by the API
113 {
114 return this->_error;
115}
WAError * _error
Information about the given error.
Definition: WAResult.h:53