| const TInt | KEZlibErrStream |
The Z_STREAM_ERROR zlib error code has been returned by an internal method due to a stream error.
| const TInt | KEZlibErrData |
The Z_DATA_ERROR zlib error code has been returned by an internal method due to a data error.
| const TInt | KEZlibErrBuf |
The Z_BUF_ERROR zlib error code has been returned by an internal method due to a buffer error.
| const TInt | KEZlibErrVersion |
The Z_VERSION_ERROR zlib error code has been returned by an internal method due to a version error.
| const TInt | KEZlibErrDeflateTerminated |
Returned by ::DeflateL() if deflation has already occured.
| const TInt | KEZlibErrInflateTerminated |
Returned by ::InflateL() if inflation has already occured.
| const TInt | KEZlibErrInflateDictionary |
An error has occured inflating the dictionary.