Case
SocketError.readFailed(_:)
read(2) returned a negative value (not EOF).
case readFailed(Int32)
Parameters
-
errno
-
Typical values include ECONNRESET and ETIMEDOUT. For an orderly peer-initiated shutdown see SocketError.connectionClosed.
Mentioned In