Skip to documentation
SLOP

tiny.glom.SearchExhaustion

Reference tiny.glom SearchExhaustion

Defined in tiny.glom.

API (4)

Fields and members

Public fields and members.

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

Source

Source: tools/glom/src/search/storage.zig:8

zig
pub const Exhaustion = error{    SearchStorageInUse,    SearchRowCapacityExceeded,    SearchQueryCapacityExceeded,    SearchPresentationCapacityExceeded,};

Source: tools/glom/src/root.zig:27

zig
pub const SearchExhaustion = search.Exhaustion;

Also reachable as

SearchStorage.Exhaustion, search.Exhaustion, search.Storage.Exhaustion.

Audit

Definitions1
Public names4
Members4
Version26.7.0
Revisiondaab053ee433