2.14.3Enum 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.