Checks if the result identifier indicates an error.
bool rascal_isok(rrid_t id);
This function returns true
if the operation identified by id
has been executed without errors. If false
is returned, id
can be fed to the rascal_get_errmsg
function to retreive the corresponding error message.