xHarbour Reference Documentation > Function Reference |
Returns a descriptive error message
INetErrorDesc( <pSocket> ) --> cErrorMessage
The function retunrs a character string holding an error message. If no error occurred, the return value is a null string ("").
Function INetErrorDesc() is used to obtain the description of an error when a socket function fails. It translates the numeric error code into a human readable message.
See also: | INetAccept(), INetConnect(), INetDGram(), INetErrorCode() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\INet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com