Class ZLibError[in ZLib]

Error generated by errors in the ZLib module.

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

Detailed description

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.

Init Block

Error generated by errors in the ZLib module.

init ZLibError( [code], [description], [extra] )

codeA numeric error code.
descriptionA textual description of the error code.
extraA 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.


Made with faldoc 2.1.0