tiny.tldr.Error
Defined in model.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |