Skip to documentation
SLOP

tiny.chant.ParserNodeExhaustion

Reference tiny.chant ParserNodeExhaustion

Defined in tiny.chant.

API (2)

Fields and members

Public fields and members.

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

Source

Source: lib/chant/src/parse/state/storage.zig:10

zig
const NodeExhaustion = error{    NodeCapacityExceeded,    SurveyTokensMismatch,};

Source: lib/chant/src/root.zig:84

zig
pub const ParserNodeExhaustion = parse.Exhaustion;

Also reachable as

parse.Exhaustion, parse.state.Exhaustion.

Audit

Definitions1
Public names3
Members2
Version26.7.0
Revisiondaab053ee433