Is there a list of validation errors from paserError and lexerError provider? #1715
Unanswered
durianwaffle
asked this question in
Q&A
Replies: 1 comment
-
Hey @durianwaffle, for the parser errors, we already expose a For the lexer, you need to override the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Langium team,
The default validation errors from lexerError and paserError provider doesn't have localization. I want to override all the default validation error msgs because of localization need.
I am wondering if I override paserError and lexerError provider, will the red squiggle lines disappear if there is paser error or lexer error? Or they will still be there?
Is there a list of possible validation error msgs in paserError and lexerError provider so I can make sure I implemented all the checks in paserError and lexerError provider? Especially for the non-recoverable errors where AST node missed up.
Beta Was this translation helpful? Give feedback.
All reactions