Skip to documentation
SLOP

tiny.chant.TokenExhaustion

Reference tiny.chant TokenExhaustion

Defined in tiny.chant.

API (2)

Fields and members

Public fields and members.

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

Source

Source: lib/chant/src/lexer/stream.zig:9

zig
const StreamExhaustion = error{    TokenCapacityExceeded,    SurveySourceMismatch,};

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

zig
pub const TokenExhaustion = lexer.Exhaustion;

Also reachable as

lexer.Exhaustion.

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433