Skip to main content

Module error

Module error 

Source
Expand description

Parse error types for SysML v2 parser.

All line and column values are 1-based. Use ParseError::to_lsp_range for 0-based (line, character) ranges as used by the Language Server Protocol.

Structs§

ParseError
Error returned when parsing fails.

Enums§

DiagnosticSeverity
Severity of a parse diagnostic (for language server integration).