Define ER_CHECK
Defined in File macros.hpp
Define Documentation
-
ER_CHECK(cond, msg, ...)
Check a boolean condition cond in a function. If condition is not true, go to the error/bailout section for function (you must have a label called
error
in your function) after reporting the event.