contents   index   previous   next



Socket.error()

syntax:

Socket.error()

return:

number - The last error from the socket library

 

description:

When there is some sort of error within the socket library, the special errno value gets set indicating the error number. If a method returns a value indicating an error, this method can be used to determine the exact nature of the error. The actual meaning of the value depends what system is being run.

 

see:

#link <sesock>

 

 


Socket.hostByName()