Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EZlibErrorCodes.h>

EZlibErrorCodes.h Global variables

KEZlibErrStream

const TInt KEZlibErrStream=-11501;

Description

The Z_STREAM_ERROR zlib error code has been returned by an internal method due to a stream error.

[Top]


KEZlibErrData

const TInt KEZlibErrData=-11502;

Description

The Z_DATA_ERROR zlib error code has been returned by an internal method due to a data error.

[Top]


KEZlibErrBuf

const TInt KEZlibErrBuf=-11503;

Description

The Z_BUF_ERROR zlib error code has been returned by an internal method due to a buffer error.

[Top]


KEZlibErrVersion

const TInt KEZlibErrVersion=-11504;

Description

The Z_VERSION_ERROR zlib error code has been returned by an internal method due to a version error.

[Top]


KEZlibErrUnexpected

const TInt KEZlibErrUnexpected=-11505;

Description

Unexpected ezlib error.

[Top]


KEZlibErrDeflateTerminated

const TInt KEZlibErrDeflateTerminated=-11506;

Description

Returned by ::DeflateL() if deflation has already occured.

[Top]


KEZlibErrInflateTerminated

const TInt KEZlibErrInflateTerminated=-11507;

Description

Returned by ::InflateL() if inflation has already occured.

[Top]


KEZlibErrInflateDictionary

const TInt KEZlibErrInflateDictionary=-11508;

Description

An error has occured inflating the dictionary.

[Top]


KEZlibErrNotGZipFile

const TInt KEZlibErrNotGZipFile=-11509;

Description

[Top]


KEZlibErrInvalidCompression

const TInt KEZlibErrInvalidCompression=-11510;

Description

[Top]


KEZlibErrBadGZipHeader

const TInt KEZlibErrBadGZipHeader=-11511;

Description

[Top]


KEZlibErrBadGZipTrailer

const TInt KEZlibErrBadGZipTrailer=-11512;

Description

[Top]


KEZlibErrBadGZipCrc

const TInt KEZlibErrBadGZipCrc=-11513;

Description