Skip to documentation
SLOP

tiny.tldr.Error

Reference tiny.tldr Error

Defined in model.

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

Source

Source: lib/tldr/src/model.zig:415

zig
pub const Error = std.mem.Allocator.Error || error{    DuplicateSymbol,    InvalidAlignment,    InvalidArchive,    InvalidElfHeader,    InvalidObject,    InvalidRange,    InvalidStringTable,    MissingEntrySymbol,    MissingSection,    MissingStringTable,    MissingSymbolTable,    NoAllocSections,    RelocationOverflow,    OutputFileError,    SectionLayoutOverflow,    TooManyProgramHeaders,    TooManySections,    UndefinedSymbol,    UnsupportedArchitecture,    UnsupportedDynamicLinking,    UnsupportedEhFrameHeader,    UnsupportedFormat,    UnsupportedOutputKind,    UnsupportedRelocation,};

Source: lib/tldr/src/root.zig:71

zig
pub const Error = model.Error;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433