SingleSelectColumnChoiceLengthError
Indicates that a single-select column has a choice with length greater than 255 characters or less than 1.
typeTyperequired
Constant value:
single_select_column_choice_length_errorDefault value:
single_select_column_choice_length_errorcolumnNameColumnnamerequired
The name of the column that has a choice with too long or too short length.
choiceChoicerequired
The choice that is too long or too short.
SingleSelectColumnChoiceLengthError
{
"type": "single_select_column_choice_length_error",
"columnName": "string",
"choice": "string"
}