# RangeError {}

- [Overview](https://error.angular-package.dev/rangeerror/overview.md): The \`RangeError\` object
- [Generic type variables](https://error.angular-package.dev/rangeerror/generic-type-variables.md): The \`RangeError\` object generic type variables
- [★ Constructor](https://error.angular-package.dev/rangeerror/constructor.md): The \`RangeError\` object constructor
- [Accessors](https://error.angular-package.dev/rangeerror/accessors.md): The \`RangeError\` object accessors
- [get max()](https://error.angular-package.dev/rangeerror/accessors/get-max.md): The \`get\` accessor obtains the maximum range
- [get min()](https://error.angular-package.dev/rangeerror/accessors/get-min.md): The \`get\` accessor obtains the minimum range
- [get name()](https://error.angular-package.dev/rangeerror/accessors/get-name.md): The \`get\` accessor obtains error name
- [get range()](https://error.angular-package.dev/rangeerror/accessors/get-range.md): The \`get\` accessor obtains the range of minimum and maximum
- [get \[Symbol.toStringTag\]()](https://error.angular-package.dev/rangeerror/accessors/get-symbol.tostringtag.md): Changes the default tag to 'RangeError' for an instance
- [Properties](https://error.angular-package.dev/rangeerror/properties.md): The \`RangeError\` object properties
- [static template](https://error.angular-package.dev/rangeerror/properties/static-template.md): A template of the error message
- [#max?](https://error.angular-package.dev/rangeerror/properties/max.md): Private property of the maximum range
- [#min?](https://error.angular-package.dev/rangeerror/properties/min.md): Private property of the minimum range
- [Methods](https://error.angular-package.dev/rangeerror/methods.md): The \`RangeError\` object methods
- [static define()](https://error.angular-package.dev/rangeerror/methods/static-define.md): Defines the \`RangeError\` instance.
- [static isRangeError()](https://error.angular-package.dev/rangeerror/methods/static-israngeerror.md): Checks whether the value of any type is an instance of \`RangeError\`.


---

# 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://error.angular-package.dev/rangeerror.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.
