ErrInfo (Socket function)
Retrieve info about the most recent socket error (Socket class)
This shared method retrieves information about the last Janus Sockets error.
The ErrInfo function is similar in effect to
$Sock_Errinfo.
Syntax
%string = %(Socket):ErrInfo( string)
Syntax terms
%string | A string variable to contain the returned error information. If no Janus Sockets error has occurred since the thread logged in, a null string is returned. | ||||||
---|---|---|---|---|---|---|---|
%(Socket) | The class name in parentheses denotes a shared method. ErrInfo can also be invoked via a Socket object variable, which may be Null. | ||||||
string | One of the following strings:
|
ErrInfo is not affected by any ONRESET
setting.