tiny.zen.AsciiRenderExhaustion
Defined in tiny.zen.
Rejections produced before ASCII render storage changes.
API (5)
Fields and members
Public fields and members.
AsciiCanvasByteCapacityExceededAsciiCategoryCapacityExceededAsciiOutputByteCapacityExceededAsciiRenderStorageInUseAsciiStackTotalCapacityExceeded
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
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |