The `TypeErrors` constructor
Last updated 1 year ago
Was this helpful?
TypeErrors()
Creates the instance of numbers under which the objects are stored.
constructor(...id: Id[]) { super(...id); }
...id:
[]
A of generic type variable indicates numbers under which the objects are stored.
// Example usage. import { ValidationErrors } from '@angular-package/error'; // Define validation errors. new ValidationErrors( '(VE: 4332)', '(VE: 4331)', '(VE: 4330)' );
ValidationErrors
ValidationError
Id