Skip to documentation
SLOP

tiny.zen.SiteCatalogStorageExhaustion

Reference tiny.zen SiteCatalogStorageExhaustion

Defined in tiny.zen.

API (2)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.zenSiteCatalogStorageExhaustion
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/zen/src/site/catalog/model.zig:50

zig
pub const Exhaustion = error{    SiteCatalogPageCapacityExceeded,    SiteCatalogTextCapacityExceeded,};

Source: lib/zen/src/root.zig:292

zig
/// Identifies exceeded catalog pages or text bytes.pub const SiteCatalogStorageExhaustion = site_catalog.Exhaustion;

Also reachable as

site.catalog.Exhaustion.

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433