The `CommonError` object properties
Last updated 1 year ago
public static template: string A template of the error message of string type with the replaceable {problem}, {fix} and optional {id}, {link}, {max}, {min}, {type} tags.
string
{problem}
{fix}
{id}
{link}
{max}
{min}
{type}
#fix: string A privately stored possible solution to the described problem of a string type
#id?: Id Optional privately stored unique identification of the described problem of generic type variable Id.
Id
#link?: string The optional privately stored link of string type redirects to read more about the thrown error.
#problem: string A privately stored problem of a string type.
#template: string A string-type privately stored template of the error message that contains replaceable required {fix}, {problem} and optional {id}, {link}, {max}, {min}, {type} tags.