BidOptionsAssignedToInvalidColumnTypeError
Indicates that bid options are assigned to a column with an invalid type.
typestringrequired
Constant value:
bid_options_assigned_to_invalid_column_typeDefault value:
bid_options_assigned_to_invalid_column_typecolumnNamestringrequired
The name of the column with bid options.
columnTypestringrequired
The type of the column that cannot have bid options.
BidOptionsAssignedToInvalidColumnTypeError
{
"type": "bid_options_assigned_to_invalid_column_type",
"columnName": "string",
"columnType": "string"
}