# AUR0112

## Error Message

`AUR0112: Ast eval error: cannot use non-object value for destructuring assignment.`

## Description

This error occurs when destructuring assignment is attempted on a non-object value (`null`, `undefined`, or a primitive).

## More Information

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