[][src]Function spatialite_sys::gaiaXmlBlobGetLastParseError

pub unsafe extern "C" fn gaiaXmlBlobGetLastParseError(
    p_cache: *const c_void
) -> *mut c_char

Return the most recent XML Parse error/warning (if any)

\param ptr a memory pointer returned by spatialite_alloc_connection()

\return the most recent XML Parse error/warning message (if any); NULL in any other case.

\sa gaiaXmlBlobGetLastValidateError, gaiaIsValidXPathExpression, gaiaXmlBlobGetLastXPathError

\note the returned error/warning message corresponds to dynamically allocated memory: so you are responsible to free() it before or after.