Accessors
The `CommonError` object accessors
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.
Last updated
Was this helpful?
