Overview
The `Error` object
Error {}
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.
error.class.ts
Accessors
public get [Symbol.toStringTag](): string
The get
accessor, with the help of toStringTag
, changes the default tag to 'Error'
for an instance of Error
.
Properties
Methods
Last updated
Was this helpful?