Define ER_CHECK

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.