Error generated by errors in the ZLib module.
class ZLibError( [code], [description], [extra] ) \ from Error( code, description, extra )
Error generated by errors in the ZLib module.
The value of the code property is set to one of the ZLibErrorCode values.
See the Error class in the core module.
Error generated by errors in the ZLib module.
init ZLibError( [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 value of the code property is set to one of the ZLibErrorCode values.
See the Error class in the core module.