Accessors
The `RangeError` object accessors
Last updated
The `RangeError` object accessors
Last updated
public get : Max | undefined The accessor obtains the maximum range of generic type variable that causes an error to be thrown(or not thrown), if set, otherwise returns .
public get : Min | undefined The accessor obtains the minimum range of generic type variable that causes an error to be thrown(or not thrown), if set, otherwise returns .
public get : string
Error name of a type, set to 'RangeError'
that is being thrown.
public get : { min?: Min; max?: Max } The accessor obtains the and range in the form of an .
public get : string
The accessor, with the help of , changes the default tag to 'RangeError'
for an instance of .