get errors()
The get accessor returns the errors of Map type
CommonErrors.prototype.errors()
CommonErrors.prototype.errors()protected get errors(): Map<Id, any> {
return this.#errors;
}Return type
Returns
Last updated
The get accessor returns the errors of Map type
CommonErrors.prototype.errors()protected get errors(): Map<Id, any> {
return this.#errors;
}Last updated