Error::isSuccess Method

Checks whether this object does not represent an error. Error objects containing
Error::getVal() == tErrorEnum::eNOERROR
do not represent an error.
Syntax:
bool isSuccess() const;
Return value:

false, if this object has a type different from eNOERROR, true otherwise.

See also: Error, tErrorEnum

<< Error