The `RangeError` object properties
public static template: string A template of the error message of stringarrow-up-right type with the replaceable {problem}, {fix} and optional {id}, {max}, {min}, {type} tags.
string
{problem}
{fix}
{id}
{max}
{min}
{type}
#max?: Max Private property of the maximum range of generic type variable Max that causes an error to be thrown(or not thrown).
Max
#min?: Min Private property of the minimum range of generic type variable Min that causes an error to be thrown(or not thrown).
Min
Last updated 3 years ago