Function gaiaGetGeosAuxErrorMsg_r

Source
pub unsafe extern "C" fn gaiaGetGeosAuxErrorMsg_r(
    p_cache: *const c_void,
) -> *const c_char
Expand description

Return the latest GEOS (auxiliary) error message (if any)

\param p_cache a memory pointer returned by spatialite_alloc_connection()

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

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

\note reentrant and thread-safe.

\remark \b GEOS support required.