get errors()
The get accessor returns the errors of Map type
CommonErrors.prototype.errors()
CommonErrors.prototype.errors()
The get
accessor returns the errors of Map
type by returning the #errors
property of a specified object.
protected get errors(): Map<Id, any> {
return this.#errors;
}
Return type
Returns
The return value is the Map
object of errors.
Last updated
Was this helpful?