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