System.ZLib.EZDecompressionError

From RAD Studio API Documentation
Jump to: navigation, search

System.ZLib.EZLibErrorSystem.SysUtils.ExceptionSystem.TObjectEZDecompressionError

Delphi

EZDecompressionError = class(EZLibError);

C++

class PASCALIMPLEMENTATION EZDecompressionError : public EZLibError

Properties

Type Visibility Source Unit Parent
class public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

EZDecompressionError is the exception class for errors that may occur during decompression.

The following table describes the exception raised in case of errors:

Exception Description
'file error' Occurs on a file operation error.
'stream error' A parameter is invalid, or the stream state or structure was inconsistent.
'data error' The input data was corrupted or incomplete.
'insufficient memory' There is not enough memory.
'buffer error' No progress is possible.
'incompatible version' The System.ZLib library version is incompatible with the version assumed by the caller (ZLIB_VERSION).

See Also