cloudhead / cloudhead/resourcer
How do you specify custom error messages when validate() fails?
Open
- Dominant language
- JavaScript
- Stars
- 58
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
this.property('to', 'string', {
required: true,
message: "The to field is required to send an email."
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.