Error-handling helpers for returning error values from methods instead of raising exceptions.
Evaluates code in the context of sender. Returns self.
Another form is Error ifError(error, code).
Note: error slot is set in the context of sender, Locals object is not created!
Returns true.
Raises exception.
Returns self from the context of sender.
Returns new error with message slot set.