Methods

The `CommonError` object methods

protected static defineMessage(): string The static "tag" method builds from the given values the error message of a string type on the template.

protected static isError(): value is CommonError<Id> Checks whether the value of any type is a this instance of any or the given identification.

Last updated