Skip to documentation
SLOP

tiny.zen.DiagramDocumentStorageExhaustion

Reference tiny.zen DiagramDocumentStorageExhaustion

Defined in tiny.zen.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/zen/src/diagram/document/model.zig:5

zig
pub const Exhaustion = error{    DiagramDocumentStorageInUse,    DiagramLineScratchCapacityExceeded,    DiagramDocumentCapacityExceeded,};

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

zig
/// Identifies the diagram-document resource that rejected an input.pub const DiagramDocumentStorageExhaustion = diagram.DocumentExhaustion;

Also reachable as

diagram.DocumentExhaustion, diagram.document.Exhaustion.

Audit

Definitions1
Public names3
Members3
Version26.7.0
Revisiondaab053ee433