Skip to main content

AssetCatalogTooLargeError

Thrown by getAssetTypeCatalog when the customer's catalog exceeds the per-customer cap. The catalog endpoint is a single-round-trip view; tenants over the cap must switch to a paginated endpoint (not yet shipped). Surfaced as a hard failure rather than silent truncation so picker UIs can render "too many rows, use search" instead of "out of types."

categoriesOverflowed / typesOverflowed identify which side(s) breached the cap; both can be true. categoriesCount / typesCount are the observed counts (≥ maxCatalogSize for the overflowing side(s)).

Hierarchy

  • Error
    • AssetCatalogTooLargeError

Index

Constructors

constructor

Properties

publicreadonlycategoriesCount

categoriesCount: number

publicreadonlycategoriesOverflowed

categoriesOverflowed: boolean

publicreadonlyerrorBody

publicreadonlymaxCatalogSize

maxCatalogSize: number

publicreadonlytypesCount

typesCount: number

publicreadonlytypesOverflowed

typesOverflowed: boolean