System.ZLib.EZCompressionError

From RAD Studio API Documentation
Jump to: navigation, search

System.ZLib.EZLibErrorSystem.SysUtils.ExceptionSystem.TObjectEZCompressionError

Delphi

EZCompressionError = class(EZLibError);

C++

class PASCALIMPLEMENTATION EZCompressionError : public EZLibError

Properties

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

Description

EZCompressionError is the exception class for errors that may occur during compression.

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

Exception Description
'file error' Appears 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