The `TypeError` object properties
public static template: string A template of the error message of string type with the replaceable {problem}, {fix} and optional {id}, {max}, {min}, {type} tags.
string
{problem}
{fix}
{id}
{max}
{min}
{type}
#type?: string Private string-type property of the type that causes an error to be thrown(or not thrown).
Last updated 2 years ago