Skip to main content

TooManyRowsError

Indicates that the data contains more rows than the system can handle.

This error is raised when the number of rows exceeds the maximum allowed limit.

typestringrequired
Constant value: too_many_rows
Default value: too_many_rows
numRowsintegerrequired

The number of rows in the data

Possible values: > 0

maxRowsintegerrequired

The maximum number of rows allowed

Possible values: > 0

TooManyRowsError
{
"maxRows": 250000,
"numRows": 250001,
"type": "too_many_rows"
}