# CommonErrors {}

- [Overview](https://docs.angular-package.dev/error/commonerrors/overview.md): The \`CommonErrors\` object
- [Generic type variables](https://docs.angular-package.dev/error/commonerrors/generic-type-variables.md): The \`CommonErrors\` generic type variables
- [Constructor](https://docs.angular-package.dev/error/commonerrors/constructor.md): The \`CommonErrors\` constructor
- [Accessors](https://docs.angular-package.dev/error/commonerrors/accessors.md): The \`CommonErrors\` accessors
- [get errors()](https://docs.angular-package.dev/error/commonerrors/accessors/get-errors.md): The get accessor returns the errors of Map type
- [Properties](https://docs.angular-package.dev/error/commonerrors/properties.md): The \`CommonErrors\` properties
- [static template?](https://docs.angular-package.dev/error/commonerrors/properties/static-template.md): Optional template
- [#id?](https://docs.angular-package.dev/error/commonerrors/properties/id.md): The collection of unique allowed identification numbers
- [#errors](https://docs.angular-package.dev/error/commonerrors/properties/errors.md): The errors storage of the Map type
- [Methods](https://docs.angular-package.dev/error/commonerrors/methods.md): The \`CommonErrors\` methods
- [delete()](https://docs.angular-package.dev/error/commonerrors/methods/delete.md): Deletes the error of a specified id from the object
- [has()](https://docs.angular-package.dev/error/commonerrors/methods/has.md): Checks whether the error of the given id exists in a specified object
- [throw()](https://docs.angular-package.dev/error/commonerrors/methods/throw.md): Throws an error of the given identification
- [isAllowedId()](https://docs.angular-package.dev/error/commonerrors/methods/isallowedid.md): Checks whether the given identification number was provided in the constructor


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.angular-package.dev/error/commonerrors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
