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
| ecSuccess | No error |
|---|---|
| ecStructure | PDF parsing or structure errors in the 1xx range |
| ecSave | Save or write errors in the 2xx and 3xx ranges |
| ecCrypto | Loading, authentication, or encryption errors in the 4xx range |
| ecGeneric | General, rendering, or I/O errors in the 5xx range |
| ecCompliance | PDF version or conformance errors in the 6xx range |
| ecAcroForm | Form field errors in the 7xx range |