---
title: "view_rows_exceeded: error code"
description: "aontu error code view_rows_exceeded: class budget: evaluation hit a deterministic limit. Introduced in 0.54.0."
source: "https://aontu.dev/errors/view_rows_exceeded/"
---

[← every error code](https://aontu.dev/errors)

# `view_rows_exceeded`

Class

[`budget`](https://aontu.dev/errors#budget)

Since

`0.54.0`

Kind

fixed code

## What it means

evaluation hit a deterministic limit.

## What to do

usually a cycle; simplify, or raise the budget deliberately

## Where this comes from

[`test/spec/errcodes.tsv`](https://github.com/aontu-lang/aontu/blob/main/test/spec/errcodes.tsv), the shared registry both implementations execute and assert set equality against. The _message text_ is deliberately not reproduced here: the engines are its catalogue, and a copy on this site would be a second source of truth for something already generated once. To read it, run the engine: or see [the skill's error-code guide](https://github.com/aontu-lang/aontu/blob/main/docs/skill/error-codes.md).

This page as data: [`/errors/view_rows_exceeded.json`](https://aontu.dev/errors/view_rows_exceeded.json)
