getErrors()
The method returns the object of set errors
Errors.prototype.getErrors()
Errors.prototype.getErrors()
Returns an object
of set errors, where the key is a unique identification.
errors.class.ts
Return type
A return type is an object of the Error
objects or undefined
in the keys of generic type variable Id
.
Returns
The return value is an object
of set errors.
Example usage
Last updated