mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
add FileNotFound to os.ConnectError error set
This commit is contained in:
parent
d535bf2c7d
commit
2e0dd5733f
@ -1919,6 +1919,9 @@ pub const ConnectError = error{
|
||||
/// This error occurs when no global event loop is configured,
|
||||
/// and connecting to the socket would block.
|
||||
WouldBlock,
|
||||
|
||||
/// The given path for the unix socket does not exist.
|
||||
FileNotFound,
|
||||
} || UnexpectedError;
|
||||
|
||||
/// Initiate a connection on a socket.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user