getErrors()
Returns the object of set validation errors
ValidationErrors.prototype.getErrors()
ValidationErrors.prototype.getErrors()
Returns the object of set validation errors, where the key is a unique identification.
validation-errors.class.ts
Return type
The return type is an object of the ValidationError
objects in the keys of generic type variable Id
.
Returns
The return value is an object
of set errors.
Example usage
Last updated