Tagged Questions
0
votes
1answer
64 views
What is the purpose of suffixes .RequiredError, .FormatError, etc
Reading the Oxite source code, I have found that validators save bad property name with some suffixes (RequiredError, MaxLengthExceededError, InvalidError, FormatError)
...