Accessors
The `TypeError` object accessors
Last updated
The `TypeError` object accessors
Last updated
public get : string
The accessor obtains error name of a type, set to 'TypeError'
that is being thrown.
public get : Type | undefined The accessor obtains the type of generic type variable that causes an error to be thrown(or not thrown) if set, otherwise returns .
public get : string
The accessor, with the help of , changes the default tag to 'TypeError'
for an instance of .