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