Function: SB-BSD-SOCKETS:SOCKET-ERROR

package type github

Signal an appropriate error for syscall WHERE and ERRNO.

WHERE should be a string naming the failed function.

When supplied, ERRNO should be the UNIX error number associated to the failed call. The default behavior is to use the current value of the errno variable.

Lambda list

(sb-bsd-sockets::where &optional sb-bsd-sockets::errno)