diff --git a/lib/std/os.zig b/lib/std/os.zig index 0b1e62d63d..efddc9aafb 100644 --- a/lib/std/os.zig +++ b/lib/std/os.zig @@ -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.