boolean DB::isError (mixed $value)
boolean DB::isError
Checks whether a result code from a DB method is a DB_Error object or not.
Variable to check
boolean - TRUE, if $value is a DB_Error object
This function should be called statically.