Skip to main content

CreateBidSheetItemsCustomerError

There are validation errors in the items submitted.

typeTyperequired
Constant value: create_bid_sheet_items_customer_error
Default value: create_bid_sheet_items_customer_error
titleTitlerequired
Default value: Validation error: Invalid items
details object[]required
  • Array [
  • oneOf
    typeTyperequired
    Constant value: missing_item_column_error
    Default value: missing_item_column_error
    itemColumnNameItemcolumnnamerequired
    affectedIndexesinteger[]required

    Indexes of the rows that are missing the item column.

  • ]
  • CreateBidSheetItemsCustomerError
    {
    "type": "create_bid_sheet_items_customer_error",
    "title": "Validation error: Invalid items",
    "details": [
    {
    "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": "already_exists_item_error",
    "affectedItems": [
    "string"
    ]
    },
    {
    "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"
    },
    {
    "maxRows": 250000,
    "numRows": 250001,
    "type": "too_many_rows"
    },
    {
    "maxColumns": 2000,
    "numColumns": 2001,
    "type": "too_many_columns"
    }
    ]
    }