get template()
The get accessor gets the template of the error message
CommonError.prototype.template
CommonError.prototype.template
The get
accessor gets the template of the error message by returning the #template
property of a specified object.
common-error.class.ts
Return type
Returns
The return value is the template of a string
type.
Example usage
Last updated