TooLongItemNamesError
Indicates that one or more item names exceed the maximum length of 255 characters.
typeTyperequired
Constant value:
too_long_item_namesDefault value:
too_long_item_namestooLongItemsstring[]required
The item names that are too long.
Possible values: >= 1
itemColumnNameItemcolumnnamerequired
The name of the item column.
TooLongItemNamesError
{
"type": "too_long_item_names",
"tooLongItems": [
"string"
],
"itemColumnName": "string"
}