# UI Virtualization Errors

Please see below a reference to each [@aurelia/ui-virtualization](https://github.com/aurelia/aurelia/tree/master/packages/ui-virtualization) package related error with explanations and resources for debugging and solving.

* [AUR6000](/developer-guides/error-messages/ui-virtualization/aur6000.md) - Horizontal virtual-repeat in table
* [AUR6001](/developer-guides/error-messages/ui-virtualization/aur6001.md) - Invalid virtual repeat calculation state
* [AUR6002](/developer-guides/error-messages/ui-virtualization/aur6002.md) - Scroller element not found
* [AUR6003](/developer-guides/error-messages/ui-virtualization/aur6003.md) - Scroller info is readonly
* [AUR6004](/developer-guides/error-messages/ui-virtualization/aur6004.md) - Invalid render target
* [AUR6005](/developer-guides/error-messages/ui-virtualization/aur6005.md) - Unsupported collection strategy


---

# 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.aurelia.io/developer-guides/error-messages/ui-virtualization.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.
