2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 11:58:25 +00:00

Add new error type for JSON

This commit is contained in:
Jay Berkenbilt 2022-05-15 15:22:41 -04:00
parent 9064542b5f
commit be0ed6ab5e

View File

@ -38,6 +38,7 @@ enum qpdf_error_code_e {
qpdf_e_damaged_pdf, /* syntax errors or other damage in PDF */
qpdf_e_pages, /* erroneous or unsupported pages structure */
qpdf_e_object, /* type/bounds errors accessing objects */
qpdf_e_json, /* error in qpdf JSON */
};
/* Object Types */