[][src]Function spatialite_sys::gaiaSetGeosErrorMsg_r

pub unsafe extern "C" fn gaiaSetGeosErrorMsg_r(
    p_cache: *const c_void,
    msg: *const c_char
)

Set the current GEOS error message

\param p_cache a memory pointer returned by spatialite_alloc_connection() \param msg the error message to be set.

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

\note reentrant and thread-safe.

\remark \b GEOS support required.