Overview
The `Error` object
Last updated
The `Error` object
Last updated
Error {}
The Error
object is an extension of the CommonError
class and is thrown when a runtime error occurs with a message built from a solution to the described problem but with additional identification, on the template.
public get [Symbol.toStringTag](): string
The get
accessor, with the help of toStringTag
, changes the default tag to 'Error'
for an instance of Error
.