Expand description
Problems found while loading theme, icon, locale and keymap files.
Loading never panics and never aborts on the first mistake: every problem becomes a
Diagnostic that points at the file, line and column, the broken entry is skipped,
and the rest of the file is still used.
Structs§
- Diagnostic
- One problem found while loading a file.
- Location
- A position inside a loaded file. Lines and columns start at 1.
Enums§
- Severity
- How serious a
Diagnosticis.