static template
A template of the error message
TypeError.template
TypeError.template
A template of the error message of string
type with the replaceable {problem}
, {fix}
and optional {id}
, {max}
, {min}
, {type}
tags.
By default, it's set to Problem{id}: {problem} => Fix: {fix} must be of the {type}
.
type-error.class.ts
Example usage
Last updated