Skip to documentation
SLOP

tiny.preserves.reactorErrorRecord

Reference tiny.preserves reactorErrorRecord

Defined in tiny.preserves.

Builds the record <ReactorError stage facet reactor err>, with its four fields in that order, for values whose domain is AnyEmbedded.

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

Source

Source: lib/preserves/src/root.zig:276

zig
/// Builds the record `<ReactorError stage facet reactor err>`, with its four fields in that order,/// for values whose domain is `AnyEmbedded`. Code that reports a failed reactor calls it for a/// record with its label spelled once, in `symbols`. The label is a new copy of the symbol/// `ReactorError`. The record takes ownership of the four field values, so `Value.deinit` frees the/// record with them. On `error.OutOfMemory` the call frees what it allocated, and the caller still/// owns the four field values.pub const reactorErrorRecord = any_records.reactorErrorRecord;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433