Constructor
Creates the `Errors` instance of unique identification numbers under which the `Error` objects are stored
Errors()
Errors()
Creates the Errors
instance of unique identification numbers under which the Error
objects are stored.
errors.class.ts
Parameters
A rest parameter of generic type variable Id
indicates unique identification numbers under which the errors are stored in the object.
Example usage
Last updated