authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-14 20:54:10-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-15 14:18:20-08:00
log470d0dd9c61571669a41c2e25f9eca66054be784
tree4e71d29613746bea60aaa6afba9162cd6dc8671c
parentc4df980ac2678b45dbe6fffbc8d3d96cb28b40ea

link: add some errors to the Dwarf.UpdateError mega error set


1 files changed, 8 insertions(+), 0 deletions(-)

src/link/Dwarf.zig+8
......@@ -49,6 +49,14 @@ pub const UpdateError = error{
4949 Underflow,
5050 UnexpectedEndOfFile,
5151 NonResizable,
52 /// TODO why is this in the error set?
53 Timeout,
54 /// TODO why is this in the error set?
55 ConnectionResetByPeer,
56 /// TODO why is this in the error set?
57 SocketUnconnected,
58 /// TODO why is this in the error set?
59 NotOpenForWriting,
5260} ||
5361 codegen.GenerateSymbolError ||
5462 Io.File.OpenError ||