-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently every constraint must implement the ConstraintDescription method which should provide the description about the constraint itself.
Should we need to add ViolationMessage() string into the interface? The ViolationMessage will provide message which can be used to describe the violation.
For example, if the constraint is min length 5, when a value violated that constraint, the message would be too short.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels