getErrors()
Returns the object of set errors
RangeErrors.prototype.getErrors()
RangeErrors.prototype.getErrors()
Returns an object
of set range errors, where the key is a unique identification.
range-errors.class.ts
Return type
The return type is an object of the RangeError
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