Up |
_networkGetError
Retrieve the last error returned by libcurl.
Prototype :
fun [ObjNetwork] [I S]
- ObjNetwork : a network object created with _networkCreate.
Return : [I S] a tuple with the last error code number and the last readable string error (the same than the number) or nil if error.
See also :
Example :