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