I have 2 QueryParam's
Date = "YYYY-MM-DD" Country = "3 letters"
I need to return 400 error if the inputs are invalid, I don't have to check if a date is maybe in future or that the country doesn't exist, I have to check that the format is valid. That country is always 3 letters and not some weird symbols and date is (number-number-number-number --- number-number --- number-number).