pub fn take_vips_error() -> Option<String>
Read and empty the error buffer of libvips
An Option<String> containing the error message if there was an error, or None if there was no error.
Option<String>
None