Skip to documentation
SLOP

tiny.zen.AsciiRenderExhaustion

Reference tiny.zen AsciiRenderExhaustion

Defined in tiny.zen.

Rejections produced before ASCII render storage changes.

API (5)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/diagram/ascii/model.zig:10

zig
/// Rejections produced before ASCII render storage changes.pub const Exhaustion = error{    /// Categorical values exceed the admitted bound slots.    AsciiCategoryCapacityExceeded,    /// Stacked series exceed the admitted total slots.    AsciiStackTotalCapacityExceeded,    /// The clamped canvas needs more bytes than admitted.    AsciiCanvasByteCapacityExceeded,    /// The compacted rows need more output bytes than admitted.    AsciiOutputByteCapacityExceeded,    /// A prior output still borrows storage; reset after its last use.    AsciiRenderStorageInUse,};

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

zig
/// Identifies the exhausted ASCII region or an already active output.pub const AsciiRenderExhaustion = diagram.AsciiRenderExhaustion;

Also reachable as

diagram.AsciiRenderExhaustion, diagram.ascii.RenderExhaustion.

Audit

Definitions1
Public names3
Members5
Version26.7.0
Revisiondaab053ee433