Case
SocketError.writeFailed(_:)
write(2) returned a negative value.
case writeFailed(Int32)
Parameters
-
errno
-
Typical values include EPIPE (peer closed read side) and ECONNRESET. Note that swift-event does not install a SIGPIPE handler; see Production Considerations for the platform-specific story.
Mentioned In