Accessors
The `CommonError` object accessors
Last updated
The `CommonError` object accessors
Last updated
public get id(): Id | undefined
The get
accessor gets the error identification by returning the #id
property of a specified object.
public get template(): string
The get
accessor gets the template of the error message by returning the #template
property of a specified object.