Commit be0ed6ab5ed92d2018ac4b3274f21e24f30c0626

Authored by Jay Berkenbilt
1 parent 9064542b

Add new error type for JSON

Showing 1 changed file with 1 additions and 0 deletions
include/qpdf/Constants.h
... ... @@ -38,6 +38,7 @@ enum qpdf_error_code_e {
38 38 qpdf_e_damaged_pdf, /* syntax errors or other damage in PDF */
39 39 qpdf_e_pages, /* erroneous or unsupported pages structure */
40 40 qpdf_e_object, /* type/bounds errors accessing objects */
  41 + qpdf_e_json, /* error in qpdf JSON */
41 42 };
42 43  
43 44 /* Object Types */
... ...