Expand description
Parse issue types for recoverable parsing problems
Contains types for representing warnings, errors, and other issues that can be recovered from during parsing. These allow continued parsing while collecting problems for later review.
Structs§
- Parse
Issue - Parse issue for recoverable problems and warnings
Enums§
- Issue
Category - Issue categories for filtering and editor integration
- Issue
Severity - Parse issue severity levels for partial recovery