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:
parent
9064542b5f
commit
be0ed6ab5e
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user