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