SingleSelectColumnMissingChoicesError
Indicates that a single-select column is missing choices.
typestringrequired
Constant value:
single_select_column_missing_choicesDefault value:
single_select_column_missing_choicescolumnNamestringrequired
The name of the column that is missing choices.
SingleSelectColumnMissingChoicesError
{
"type": "single_select_column_missing_choices",
"columnName": "string"
}