Overview
The `TypeErrors` object
Last updated
Was this helpful?
The `TypeErrors` object
Last updated
Was this helpful?
TypeErrors {}
The TypeErrors
is an extension of the CommonErrors
object that represents multiple identification numbers under which the errors of the TypeError
type are prepared to throw.
public : TypeError<ErrorId> | undefined Returns the instance of the given if set, otherwise .
public : { [Key in Id]: RangeError<Key> | undefined } Returns an of set type errors, where the key is a .
public : this Sets the object with the message built from the given required , , , and optional on the given or stored under the given .
type-errors.class.ts