Method SSL.File()->errno()
classSSL.File
- Method
errno
interrno()- Returns
Returns the current error number for the connection. Notable values are:
0No error
System.EPIPEConnection closed by other end.
class SSL.Fileint errno()
Returns the current error number for the connection. Notable values are:
| No error |
| Connection closed by other end. |