I am building some custom validations for a ViewModel and have a question in regards to having multiple error messages.
I am wanting to create a custom validation on a string attribute. Depending on the values being compared, I wish to output different validation messages.
Is this possible, or do I need to create a different custom validation for each message that is displayed?
Thanks in advance