CreateBidSheetCustomerError
There are validation errors in the bid sheet request.
typeTyperequired
Constant value:
create_bid_sheet_customer_errorDefault value:
create_bid_sheet_customer_errortitleTitlerequired
Default value:
Validation errordetails object[]required
Array [
- RepeatedColumnNamesError
- ReservedColumnNamesError
- MissingRequiredColumnTypes
- FormulaValidationErrorResponse
- SingleSelectColumnMissingChoicesError
- SingleSelectColumnRepeatedChoicesError
- SingleSelectColumnChoiceLengthError
- PriceColumnLinkedToUnknownCurrencyColumnError
- PriceColumnLinkedToHiddenCurrencyColumnError
- CapacityColumnNameNotValid
- BidOptionsAssignedToNonSupplierColumnError
- BidOptionsAssignedToInvalidColumnTypeError
- BidOptionsAssignedToRequiredColumnError
- UnknownBidOptionAssignedError
- BidOptionsNotAssignedToAnyPriceColumnError
- BidOptionsNotConfiguredError
- SupplierCurrencyColumnsNoExchangeRatesError
- SupplierCurrencyColumnsUnlinkedError
- TooManyColumnsError
- TooManyRowsError
- NegativeVolumesError
- DuplicatedItemsError
- MissingItemNamesError
- TooLongItemNamesError
- MissingVolumesError
- MissingValuesError
- NonNumericValuesError
- TextTooLongError
- EmptyCurrenciesError
- UnknownCurrenciesError
- CurrenciesNotInProjectError
- BidSheetFileNotFoundError
- MissingItemColumnCustomerError
- MissingColumnCustomerError
- UnknownColumnCustomerError
- CreateBidSheetCustomerGenericError
typeTyperequired
Constant value:
repeated_column_namesDefault value:
repeated_column_namesrepeatedColumnNamesstring[]required
Repeated column names
]
CreateBidSheetCustomerError
{
"type": "create_bid_sheet_customer_error",
"title": "Validation error",
"details": [
{
"repeatedColumnNames": [
"Item Column",
"Price Column"
],
"type": "repeated_column_names"
},
{
"reservedColumnNames": [
"Bid Option"
],
"type": "reserved_column_names"
},
{
"type": "missing_required_column_types"
},
{
"type": "formula_validation_error",
"name": "string",
"labelError": {
"type": "name_already_exists"
},
"expressionErrors": [
{
"type": "invalid_reference",
"location": {
"startPos": 0,
"endPos": 0
},
"referenceType": "column",
"referenceName": "string"
},
{
"type": "multiple_volumes_in_total_cost"
},
{
"type": "invalid_syntax"
},
{
"type": "cyclic_reference"
},
{
"type": "mult_price_by_price",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "mult_vol_by_vol",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "division_by_variable",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "missing_price_in_total_cost"
},
{
"type": "missing_volume_in_total_cost"
},
{
"type": "missing_price_volume_multiplication_in_total_cost"
},
{
"type": "volume_in_total_cost_aggregate",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string"
},
{
"type": "volume_in_if_condition",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "comparison_in_arithmetic_expression",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "blank_in_comparison",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string"
},
{
"type": "different_types",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string",
"types": [
"volume"
]
},
{
"type": "different_types_in_ifs",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string",
"types": [
"volume"
]
},
{
"type": "if_condition_not_boolean",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "non_boolean_in_logical_expression",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string"
},
{
"type": "non_numeric_in_aggregate_expression",
"location": {
"startPos": 0,
"endPos": 0
},
"operator": "string"
},
{
"type": "non_numeric_in_arithmetic_expression",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "ref_component_is_hidden",
"componentName": "string"
},
{
"type": "visible_formula_contains_supplier_name_column",
"supplierNameColumnName": "string"
},
{
"type": "named_formula_is_not_price"
},
{
"type": "unexpected_token",
"location": {
"startPos": 0,
"endPos": 0
},
"unexpectedToken": "string"
},
{
"type": "invalid_character",
"location": {
"startPos": 0,
"endPos": 0
},
"invalidCharacter": "string"
},
{
"type": "subformula_with_volume_in_total_cost",
"location": {
"startPos": 0,
"endPos": 0
}
},
{
"type": "unsupported_column_type",
"location": {
"startPos": 0,
"endPos": 0
},
"columnName": "string"
},
{
"type": "expression_fill_in_changes_column_type",
"expectedType": "string",
"actualType": "string"
},
{
"type": "invalid_number_of_arguments_in_if",
"location": {
"startPos": 0,
"endPos": 0
},
"numArgsFound": 0
},
{
"type": "invalid_number_of_arguments_in_ifs",
"location": {
"startPos": 0,
"endPos": 0
},
"numArgsFound": 0
},
{
"type": "missing_default_branch_in_ifs",
"location": {
"startPos": 0,
"endPos": 0
}
}
]
},
{
"type": "single_select_column_missing_choices",
"columnName": "string"
},
{
"type": "single_select_column_repeated_choices",
"columnName": "string",
"repeatedChoices": [
"string"
]
},
{
"type": "single_select_column_choice_length_error",
"columnName": "string",
"choice": "string"
},
{
"type": "price_column_linked_to_unknown_currency_column",
"priceColumnName": "string"
},
{
"type": "price_column_linked_to_hidden_currency_column",
"priceColumnName": "string",
"currencyColumnName": "string"
},
{
"type": "invalid_capacity_column_name",
"capacityColumnSuffix": " - Capacity",
"exampleVolumeColumnName": "Volume",
"capacityColumnName": "string"
},
{
"type": "bid_options_assigned_to_non_supplier_column",
"columnName": "string",
"inputBy": "string"
},
{
"type": "bid_options_assigned_to_invalid_column_type",
"columnName": "string",
"columnType": "string"
},
{
"type": "bid_options_assigned_to_required_column",
"columnName": "string"
},
{
"type": "unknown_bid_option_assigned",
"columnName": "string",
"unknownBidOption": "string"
},
{
"type": "bid_options_not_assigned_to_any_price_column",
"bidOptions": [
"string"
]
},
{
"type": "bid_options_not_configured",
"columnNames": [
"string"
]
},
{
"type": "supplier_currency_columns_no_rates",
"supplierCurrencyColumnNames": [
"string"
]
},
{
"type": "supplier_currency_columns_unlinked",
"supplierCurrencyColumnNames": [
"string"
]
},
{
"maxColumns": 2000,
"numColumns": 2001,
"type": "too_many_columns"
},
{
"maxRows": 250000,
"numRows": 250001,
"type": "too_many_rows"
},
{
"type": "negative_volumes",
"itemsWithNegativeVolume": [
"string"
],
"columnsWithNegativeVolumes": [
"string"
]
},
{
"type": "duplicated_items",
"duplicatedItems": [
"string"
],
"itemColumnName": "string"
},
{
"type": "empty_items",
"rowsWithEmptyItems": [
0
],
"itemColumnName": "string"
},
{
"type": "too_long_item_names",
"tooLongItems": [
"string"
],
"itemColumnName": "string"
},
{
"type": "empty_volumes",
"itemsWithEmptyVolumes": [
"string"
],
"columnsWithEmptyVolumes": [
"string"
]
},
{
"type": "empty_columns",
"itemsWithEmptyValues": [
"string"
],
"columnsWithEmptyValues": [
"string"
]
},
{
"type": "non_numeric_values",
"columnsWithErrors": [
"string"
]
},
{
"type": "text_too_long",
"maxLength": 0
},
{
"type": "empty_currencies",
"itemsWithEmptyCurrencies": [
"string"
],
"columnsWithEmptyCurrencies": [
"string"
]
},
{
"type": "unknown_currencies",
"unknownCurrencies": [
"string"
],
"columnsWithUnknownCurrencies": [
"string"
],
"validCurrenciesInProject": [
"string"
]
},
{
"type": "currencies_not_in_project",
"currenciesNotInProject": [
"string"
],
"columnsWithCurrenciesNotInProject": [
"string"
],
"validCurrenciesInProject": [
"string"
]
},
{
"type": "bid_sheet_file_not_found"
},
{
"type": "missing_item_column_error",
"itemColumnName": "string",
"affectedIndexes": [
0
]
},
{
"type": "missing_column_error",
"missingColumnName": "string",
"affectedItems": [
"string"
]
},
{
"type": "unknown_column_error",
"unknownColumnName": "string",
"affectedItems": [
"string"
]
},
{
"type": "create_bid_sheet_customer_integrity_error",
"constraint": "string",
"message": "string"
}
]
}