自定义错误处理函数 setter
set customErrorHandler(Function(String fieldName, String error) value) { _customErrorHandler = value; }