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