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)).
Thrown by
getAssetTypeCatalogwhen 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/typesOverflowedidentify which side(s) breached the cap; both can be true.categoriesCount/typesCountare the observed counts (≥maxCatalogSizefor the overflowing side(s)).