Error codes generated by ZLib methods.
enum ZLibErrorCode
Detailed description
enum ZLibErrorCode
Error codes generated by ZLib methods.
In case of ZLibError raised by the ZLib module function and methods, the ZLibError.code property assumes one of this values:
- errno: Generic/unknown error.
- stream: Error in reading the ZLIB data.
- data: Error in the compression buffer.
- memory: Not enough memory to complete the operation.
- version: Version of this library is not able to handle the given compressed buffer.