Function necsim::cplNecsimCustomErrorHandler¶
- Defined in File cpl_custom_handler.cpp
Function Documentation¶
-
void
necsim::cplNecsimCustomErrorHandler(CPLErr eErrClass, int err_no, const char *msg)¶ Contains a custom CPLErrorHandler for reporting errors from GDAL imports.
- Parameters
eErrClass: the error class (CE_None, CE_Debug, CE_Warning, CE_Failure or CE_Fatal)err_no: the error number to reportmsg: the message to report