Skip to main content

UnknownBidOptionAssignedError

Indicates that a column has a bid option assigned that is not defined in the bid sheet settings.

typeTyperequired
Constant value: unknown_bid_option_assigned
Default value: unknown_bid_option_assigned
columnNameColumnnamerequired

The name of the column with the unknown bid option.

unknownBidOptionUnknownbidoptionrequired

The bid option that is not found in the bid sheet settings.

UnknownBidOptionAssignedError
{
"type": "unknown_bid_option_assigned",
"columnName": "string",
"unknownBidOption": "string"
}