Skip to documentation
SLOP

tiny.reducer.Error

Reference tiny.reducer Error

Defined in bytes.model.

This error set gathers the errors the reduction framework produces directly.

No direct callersNo direct callsbytes.modelError
Static calls · unresolved targets: unknown · external targets: unknown.

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

bytes.Error.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433