TPDFlibErrorCategory

Data types

Description

Groups numeric error codes by subsystem while preserving the numeric code as the authoritative detail

Syntax

Delphi

TPDFlibErrorCategory = (ecSuccess, ecStructure, ecSave, ecCrypto, ecGeneric, ecCompliance, ecAcroForm);

Values

ecSuccessNo error
ecStructurePDF parsing or structure errors in the 1xx range
ecSaveSave or write errors in the 2xx and 3xx ranges
ecCryptoLoading, authentication, or encryption errors in the 4xx range
ecGenericGeneral, rendering, or I/O errors in the 5xx range
ecCompliancePDF version or conformance errors in the 6xx range
ecAcroFormForm field errors in the 7xx range