Skip to documentation
SLOP

tiny.trace.TraceWriterStorageExhaustion

Reference tiny.trace TraceWriterStorageExhaustion

Defined in tiny.trace.

API (7)

Fields and members

Public fields and members.

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

Source

Source: lib/trace/src/store/writer/storage.zig:5

zig
pub const Exhaustion = error{    WriterStorageInUse,    RootPathCapacityExceeded,    TargetTripleCapacityExceeded,    BuildIdCapacityExceeded,    ModeCapacityExceeded,    EndianCapacityExceeded,    EventCapacityExceeded,};

Source: lib/trace/src/root.zig:70

zig
pub const TraceWriterStorageExhaustion = store.WriterStorageExhaustion;

Also reachable as

TraceWriterStorage.Exhaustion, store.WriterStorage.Exhaustion, store.WriterStorageExhaustion.

Audit

Definitions1
Public names4
Members7
Version26.7.0
Revisiondaab053ee433