[][src]Function spatialite_sys::gaiaGetGeosErrorMsg_r

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

Return the latest GEOS error message (if any)

\param p_cache a memory pointer returned by spatialite_alloc_connection()

\return the latest GEOS error message: an empty string if no error was previoysly found.

\sa gaiaGetGeosErrorMsg, gaiaResetGeosMsg, gaiaGetGeosWarningMsg, gaiaGetGeosAuxErrorMsg, gaiaSetGeosErrorMsg, gaiaSetGeosWarningMsg, gaiaSetGeosAuxErrorMsg, gaiaCriticalPointFromGEOSmsg

\note reentrant and thread-safe.

\remark \b GEOS support required.