Skip to main content

TooLongItemNamesError

Indicates that one or more item names exceed the maximum length of 255 characters.

typeTyperequired
Constant value: too_long_item_names
Default value: too_long_item_names
tooLongItemsstring[]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"
}