Back
addErrorToBase()
Adds an error on a specific property.
// Add an error on the object that's not specific to a single property.
this.addErrorToBase(message="Your email address must be the same as your domain name.");
Copied!