All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

socket-connect-error Condition Class

Summary

The class of error signaled while trying to connect a socket.

Package

comm

Superclasses

socket-error

Description

Instancess of the condition class socket-connect-error are signaled upon a failure to connect a socket. When open-tcp-stream fails to connect, it returns an instance of socket-connect-error as the second value or signals it (depending on the errorp argument to open-tcp-stream).


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26