Overview
The `CommonError` abstract object to throw an identified error with a solution to the described problem
Last updated
The `CommonError` abstract object to throw an identified error with a solution to the described problem
Last updated
CommonError {}
The CommonError
abstract object to throw an identified error with a solution to the described problem, additional type, and range built on the template.
public get id(): Id | undefined
The |
public get template(): string
The |
#id?: Id
A privately stored unique identification of the described problem of generic type variable |
protected static defineMessage(): string
The static "tag" method builds from the given |
protected static isError(): value is CommonError<Id>
Checks whether the |