GetLastSocketErrorMessage (open)
Get the message for the last error on a TCP/IP socket. Also returns SSL error messages (which are not reflected in the error code)
Syntax
LOADLIB "wh::internet/tcpip.whlib";
STRING FUNCTION GetLastSocketErrorMessage(INTEGER connectionid)Parameters
INTEGER connectionidInteger connectionid to use
Return value
STRINGMessage for the last error at this connection (if exists)