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