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.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |