Skip to documentation
SLOP

tiny.zen.FootnoteStorageExhaustion

Reference tiny.zen FootnoteStorageExhaustion

Defined in tiny.zen.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/footnote/model.zig:49

zig
pub const Exhaustion = error{    FootnoteDefinitionCapacityExceeded,    FootnoteJoinedTextByteCapacityExceeded,    FootnoteStorageInUse,};

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

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

Also reachable as

footnote.Exhaustion.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433