Skip to content

api errors in C++, Python and Julia now throw strings with the last error...

Christophe Geuzaine requested to merge better-exceptions into master

api errors in C++, Python and Julia now throw strings with the last error message instead of an unhelpful integer.

The new api function getLastError() can also be used to retrieve this error; useful e.g. in the C api.

Merge request reports