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_columnsDefault value:
too_many_columnsnumColumnsNumcolumnsrequired
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"
}