alias SocketError (alias) SocketError = ("timeout"|"closed") | "timeout" -- If there was a timeout during the operation. | "closed" -- If the connection was closed before the transmission was completed.