Properties

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.

#type?: string Private string-type property of the type that causes an error to be thrown(or not thrown).

Last updated