Structs§
- Backtrace
Item - Compilation
Issue - An issue which occurred during parsing, etc. The severity determines whether it’s an error, warning, or other kind of issue.
- KclError
Details - Module
Id - Identifier of a source file. Uses a u32 to keep the size small.
- Source
Range - The first two items are the start and end points (byte offsets from the start of the file). The third item is whether the source range belongs to the ‘main’ file, i.e., the file currently being rendered/displayed in the editor.
- Suggestion
Enums§
- Backtrace
Item Kind - What kind of execution step a backtrace frame records.
- KclError
- Severity
- Tag