Name

Errors -- error handling in phppdflib

Description

Error numbers below 3000 are "notices", over 3001-6000 fall into the "warning" category, over 6000 indicate failure.

The complete list of Error numbers and their meanings:
NumberMeaning
3001 Single token too long for allowed space
6001 Object must be of type 'page'
6002 X & Y variables must have equal number of elements
6003 Font was not found
6004 Could not deciper page size description
6005 You're trying to swap a page with itself
6006 Object must be of type 'fontembed'
6007 Feature not implemented yet
6008 Data stream not recognized as JFIF
6009 Object must be of type 'image'
6010 Pagenode has no children
6011 Data stream not recognized as PNG
6012 Unparsable color identifier
6013 Text overflowed available area
6014 16 bit PNG unsupported
6015 PNG with alpha not supported
6016 unknown compression type
6017 unknown PNG filter method
6018 PNG interlacing not supported

Examples

See Also

History

This error handling mechanism was developed for version 2.

Bugs