I'm trying to figure out how to get the error message from libSBML using the C API. I can get the number of errors, there is also printErrors and the C++ API has getShortMessage and getStandardMessage
but I couldn't find anything similar in the C API. I'd rather not use printError as I'll have to open a file handle and then read the message back in from the file. In the past I've built a C interface routine that calls the C++ API, but if there is a more direct way I'd rather use that.