Next Previous Up Top Contents Index

10.5.4 <socket-accessor-error>

<win32-socket-error>

Condition

Superclasses: <socket-accessor-error>
A Win32-specific error from the Winsock2 library, a C-FFI interface to the native socket library Winsock2. A function in the FFI library has returned an error return code.
Slots:
WSA-numeric-error-code

Contains the numeric error code that was returned. An instance of <integer>.
WSA-symbolic-error-code

Contains an instance of <string> giving the symbolic (human-readable) form of the error code. For example, the string might be "wsanotsock".
explanation

An explanation if any of the error. An instance of <string>.

calling-function

The name of Winsock2 FFI interface function which returned the error code. An instance of <string>.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index