Overview
The `CommonErrors` object
CommonErrors {}
CommonErrors {}
The CommonErrors
object represents the storage of errors with unique identification numbers.
Accessors
Properties
#id?: Set<Id>
The collection of unique allowed identification numbers of generic type variable |
Methods
public throw(): void
Throws an error of the given |
protected isAllowedId(): boolean Checks whether the given identification number was provided in the constructor. |
Last updated