Hello,
I'm about to create a donation form for a client using FaaS. I have couple of questions:
1) Is there a list if all error messages available?
2) Are errors returned back one at a time, or at once? In other words, if e.g. First Name and Last Name are missing, is the validity of Last Name checked / returned before First Name is checked?
Thanks!
I'm about to create a donation form for a client using FaaS. I have couple of questions:
1) Is there a list if all error messages available?
2) Are errors returned back one at a time, or at once? In other words, if e.g. First Name and Last Name are missing, is the validity of Last Name checked / returned before First Name is checked?
Thanks!
Comment