Function amici::wrapErrHandlerFn

Function Documentation

void amici::wrapErrHandlerFn(int error_code, const char *module, const char *function, char *msg, void *eh_data)

Extracts diagnosis information from solver memory block and passes them to the specified output function.

Parameters
  • error_code: error identifier

  • module: name of the module in which the error occurred

  • function: name of the function in which the error occurred

  • msg: error message

  • eh_data: amici::Solver as void*