tiny.reducer.Error
Defined in bytes.model.
This error set gathers the errors the reduction framework produces directly.
Source
Source: lib/reducer/src/bytes/model.zig:27
zig
/// This error set gathers the errors the reduction framework produces directly./// The set leaves out the errors a caller's predicate returns, which `reduce()`/// passes through as `anyerror`, so that error travels outward to the caller.pub const Error = Exhaustion || InputError;Source: lib/reducer/src/root.zig:325
zig
/// Set of errors the reduction framework produces while acquiring the workspace/// or checking the input.pub const Error = bytes.Error;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |