| ... | @@ -1919,6 +1919,9 @@ pub const ConnectError = error{ | ... | @@ -1919,6 +1919,9 @@ pub const ConnectError = error{ |
| 1919 | /// This error occurs when no global event loop is configured, | 1919 | /// This error occurs when no global event loop is configured, |
| 1920 | /// and connecting to the socket would block. | 1920 | /// and connecting to the socket would block. |
| 1921 | WouldBlock, | 1921 | WouldBlock, |
| | 1922 | |
| | 1923 | /// The given path for the unix socket does not exist. |
| | 1924 | FileNotFound, |
| 1922 | } || UnexpectedError; | 1925 | } || UnexpectedError; |
| 1923 | | 1926 | |
| 1924 | /// Initiate a connection on a socket. | 1927 | /// Initiate a connection on a socket. |