public static IRuleBuilderOptions <T, TProperty> WithMessageCode <T, TProperty>( this IRuleBuilderOptions <T, TProperty> rule, ValidationErrorCode code) => rule.WithMessage(code.ToString());
public FieldError(ValidationErrorCode errorCode) { ErrorCode = errorCode.ToString(); }