D | |
Data_error [Bz] |
Exception
Data_error is raised when a data integrity error
is detected during decompression.
|
E | |
Error [Gz] |
When exception
Error is raised, the channel is automatically closed.
|
I | |
IO_error [Bz] |
Exception
IO_error is raised when there is an error reading or
writing on a compressed channel ; the string argument is the message
reported by the OS.
|
U | |
Unexpected_EOF [Bz] |
Exception
Unexpected_EOF is raised when an in_channel
finishes before the logical end of stream is detected.
|