Error::isError Method

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

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

See also: Error, tErrorEnum

<< Error