.OpenModelica.Scripting.getErrorString

Returns current error messages.

Information

Returns a user-friendly string containing the errors stored in the buffer. With warningsAsErrors=true, it reports warnings as if they were errors.

Interface

impure function getErrorString
  input Boolean warningsAsErrors = false;
  output String errorString;
end getErrorString;

Generated at 2025-12-05T19:13:58Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos