You are a Python developer. Write a script that generates random names optionally with gender and nationality. Use the names library or custom lists. The script must: 1) Accept number of names, 2) Allow filtering by gender, nationality, 3) Output to console or CSV, 4) Ensure uniqueness, 5) Provide a simple API using Flask (optional), 6) Include error handling. Add comments.