Error generated by network related system failures.
class NetError( [code], [description], [extra] ) \ from Error( code, description, extra )
Error generated by network related system failures.
The error code can be one of the codes declared in the NetErrorCode enumeration. See the Error class in the core module.
Error generated by network related system failures.
init NetError( [code], [description], [extra] )
code | A numeric error code. |
description | A textual description of the error code. |
extra | A descriptive message explaining the error conditions. |
The error code can be one of the codes declared in the NetErrorCode enumeration. See the Error class in the core module.