
Error::isError Method |
||
| Checks whether this object represents an error. Error objects of type eNOERROR do not represent an error. This value indicates that the last call to a method of an instance of Grabber was successfull. | ||
| Syntax: | bool isError() const; |
|
| Return value: | true, if this object has a type different from eNOERROR, false otherwise. |
|
| See also: | Error, tErrorEnum | |