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
nullptr
Error not returned by the API
113
{
114
return
this->
_error
;
115
}
WAResult::_error
WAError * _error
Information about the given error.
Definition:
WAResult.h:53
WAResult
Generated by
1.9.2