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.

typestringrequired
Constant value: too_many_columns
Default value: too_many_columns
numColumnsintegerrequired

The number of columns in the data

Possible values: > 0

maxColumnsintegerrequired

The maximum number of columns allowed

Possible values: > 0

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