Invalid item type

The provided item_type is invalid.

  • Error type: bloomreach/datahub/item-collections/item-type-invalid
  • HTTP status code: 400
  • Class: InvalidItemType
  • Context fields in error response:
    • item_type — string

Error response example

{
  "title": "Invalid item type",
  "type": "bloomreach/datahub/item-collections/item-type-invalid",
  "status": 400,
  "detail": "The item type 'invalid_type' is invalid. Item type should be 1–64 characters and contain only lowercase letters (a–z), digits (0–9), underscores (_) or hyphens (-).",
  "context": {
    "item_type": "invalid_type"
  }
}

⬅️ Back to all errors