Hello,
I use PlantUML Library 1.2025.3, as described in
https://plantuml.com/api
Example code:
SourceStringReader reader = new SourceStringReader(source);
String desc = reader.outputImage(png).getDescription();
If the source contains a syntax error, I only get "(error)" as the description.
How can I retrieve the specific syntax error message (such as the line number and details), instead of just "(error)"?