Error::isError Method |
||
Checks whether this object represents an error.
Error objects containing Error::getVal() == tErrorEnum::eNOERRORdo 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 |