Skip to documentation
SLOP

tiny.zen.FrontmatterStorageExhaustion

Reference tiny.zen FrontmatterStorageExhaustion

Defined in tiny.zen.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/frontmatter/model.zig:50

zig
pub const Exhaustion = error{    PairCapacityExceeded,    ContinuationByteCapacityExceeded,    FrontmatterStorageInUse,};

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

zig
/// Identifies exceeded frontmatter storage or an already active result.pub const FrontmatterStorageExhaustion = frontmatter.Exhaustion;

Also reachable as

frontmatter.Exhaustion.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433