Skip to main content

AssetCatalogTooLargeErrorBody

Wire shape returned by GET /asset-type-catalog with a 400 when the tenant's catalog can't be served as a single round-trip — same shape as TwinErrorBody plus structured counts so picker UIs can render a precise message without parsing detail.

Mirrors AssetCatalogTooLargeResponse in backend/services/Twinfinity.Twin/Controllers/Model/AssetCatalogDtos.cs.

Hierarchy

Index

Properties

categoriesCount

categoriesCount: number

categoriesOverflowed

categoriesOverflowed: boolean

cause

cause: CatalogTooLarge

detail

detail: string

optionalitem

item?: { field?: string; id: string; kind: TwinErrorItemKind; version?: number }

Type declaration

maxCatalogSize

maxCatalogSize: number

typesCount

typesCount: number

typesOverflowed

typesOverflowed: boolean