# AUR0103

## Error Message

`AUR0103: Ast eval error: value converter "{{name}}" could not be found. Did you forget to register it as a dependency?`

## Description

This error occurs during binding expression evaluation when a value converter (used via `| someConverter`) cannot be found in the current registration scope.

## Solution

* Ensure the value converter is registered (globally or via `dependencies`).
* Check for typos in the converter name.

## More Information

This code is also documented under the runtime-html section: [AUR0103](https://docs.aurelia.io/developer-guides/error-messages/runtime-html/aur0103).
