get link()
The get accessor gets the link(to read more about the thrown error)
CommonError.prototype.link
CommonError.prototype.link
The get
accessor gets the link(to read more about the thrown error) by returning the #link
property of a specified object.
common-error.class.ts
Return type
The return type is a string
type or undefined
.
Returns
The return value is the link of a string
type or undefined
.
Example usage
Last updated