tiny.glom.SearchExhaustion
Defined in tiny.glom.
API (4)
Fields and members
Public fields and members.
SearchPresentationCapacityExceededSearchQueryCapacityExceededSearchRowCapacityExceededSearchStorageInUse
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
| Definitions | 1 |
|---|---|
| Public names | 4 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |