In my validation filed rule i have a callback to the method which does additional validation. Is it possible to set error message for this custom "rule"? I did try to use callback class/method as a string for set_message(), but it looks lie it doesn't work this way.
Thanks.