The VError
class is the class thrown by the VIPS C++ API when an
error is detected.
An VError
object holds just one piece of information: a diagnostic
string in English. There should be some sort of error code or class
indicator, and diagnostic strings should be language independent. Next
version!