This structure represent a diagnostic emitted while compiling .slint code.
It is basically a message, a level (warning or error), attached to a position in the code.
Optional
The path of the source file where this diagnostic occurred.
The level for this diagnostic.
The line number in the .slint source file. The line number starts with 1.
Message for this diagnostic.
This structure represent a diagnostic emitted while compiling .slint code.
It is basically a message, a level (warning or error), attached to a position in the code.