[][src]Function spatialite_sys::gaiaSetGeosAuxErrorMsg_r

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

Set the current GEOS (auxiliary) error message

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

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

\note reentrant and thread-safe.

\remark \b GEOS support required.