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.

typeTyperequired
Constant value: too_many_rows
Default value: too_many_rows
numRowsNumrowsrequired

The number of rows in the data

Possible values: > 0

maxRowsMaxrowsrequired

The maximum number of rows allowed

Possible values: > 0

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