# Validation HTML Errors

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

## Validation HTML Errors (4200-4206)

These errors occur when using validation binding behaviors and validation controllers in HTML templates.

* [AUR4200](/developer-guides/error-messages/4200-to-4206/aur4200.md) - Validate binding behavior on invalid binding type
* [AUR4201](/developer-guides/error-messages/4200-to-4206/aur4201.md) - Validate binding behavior extraneous args
* [AUR4202](/developer-guides/error-messages/4200-to-4206/aur4202.md) - Validate binding behavior invalid trigger name
* [AUR4203](/developer-guides/error-messages/4200-to-4206/aur4203.md) - Validate binding behavior invalid controller
* [AUR4204](/developer-guides/error-messages/4200-to-4206/aur4204.md) - Validate binding behavior invalid binding target
* [AUR4205](/developer-guides/error-messages/4200-to-4206/aur4205.md) - Validation controller unknown expression
* [AUR4206](/developer-guides/error-messages/4200-to-4206/aur4206.md) - Validation controller unable to parse expression


---

# 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/4200-to-4206.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.
