cosim-demo-app
cosim-demo-app copied to clipboard
Error messages should be verbose
When the server fails to load an FMU it will in some cases report nothing or just give a general error message. For instance: I was trying to load an FMU and got the following response
This feedback doesn't tell me what is wrong. It could be the modelDescription, folder structure of the FMU, SSD file, binaries, etc. Hence, it is difficult to know where to start debugging.
I think it would be of help to the user to add some more info to the error messages.
Is it the server or the core that creates the error messages?
Edit:
Guess it is related to #77