Function

Vipserror_buffer

Declaration [src]

const char*
vips_error_buffer (
  void
)

Description [src]

Get a pointer to the start of the error buffer as a C string. The string is owned by the error system and must not be freed.

::: seealso vips_error_clear().

Return value

Returns: utf8
 

The error buffer as a C string which must not be freed.

 The data is owned by the called function.
 The string is a NUL terminated UTF-8 string.