|
vips-cpp 8.18
libvips C++ binding
|
#include <VError8.h>
Public Member Functions | |
| VError () | |
| const char * | what () const noexcept override |
| void | ostream_print (std::ostream &) const |
The libvips error class. It holds a single string containing an internationalized error message in utf-8 encoding.
|
inline |
Construct a VError, fetching the error message from the libvips error buffer.
| void VError::ostream_print | ( | std::ostream & | file | ) | const |
Print the error message to a stream.
|
inlineoverridenoexcept |
Get a reference to the underlying C string. Note: this override must be preserved for ABI, removing it would also eliminate the _ZNK4vips6VError4whatEv symbol.