libwolfram20

◆ getError()

WAError * WAPod::getError ( )

It provides information about what happened.

Returns
Information about the error
Return values
nullptrError not returned by the API
121 {
122 return this->_error;
123}
WAError * _error
Information about the given error; nullptr if no error.
Definition: WAPod.h:44