Skip to main content

TooManyColumnsError

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

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

typeTyperequired
Constant value: too_many_columns
Default value: too_many_columns
numColumnsNumcolumnsrequired

The number of columns in the data

Possible values: > 0

maxColumnsMaxcolumnsrequired

The maximum number of columns allowed

Possible values: > 0

TooManyColumnsError
{
"maxColumns": 2000,
"numColumns": 2001,
"type": "too_many_columns"
}