[][src]Function spatialite_sys::gaiaXmlBlobGetLastValidateError

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

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

\param p_cache a memory pointer returned by spatialite_alloc_connection()

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

\sa gaiaXmlBlobGetLastParseError, gaiaIsValidXPathExpression, gaiaXmlBlobGetLastXPathError

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