Class ZLibError[in ZLib]

Error generated by errors in the ZLib module.

class ZLibError( [code], [description], [extra] ) \ from Error( code, description, extra )

Detailed description

class ZLibError( [code], [description], [extra] ) \ from Error( code, description, extra )

codeA numeric error code.
descriptionA textual description of the error code.
extraA descriptive message explaining the error conditions.

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.


Made with faldoc 2.2.1