arosien commented on PR #991: URL: https://github.com/apache/daffodil-vscode/pull/991#issuecomment-2005569572
> What types of error messages are affected by this change? Excellent question. They are: - `ErrorEvent.UnhandledRequest`: if the backend receives a type of request it doesn't understand - `ErrorEvent.LaunchArgsParseError`: if the backend can't parse the launch args when starting a DAP session - `ErrorEvent.RequestError`: the backend had a problem executing a request; this includes runtime exceptions from Daffodil like schema compilation - `ErrorEvent.SourceError`: used during an experiment for having backend-provided source files, not used currently - `ErrorEvent.UnexpectedError`: used when a watch expression can't be evaluated; this error seems to be redundant and could perhaps be merged with `RequestError` The PR doesn't display the particular the error type, only the underlying message. The user can look at the regular logs for the details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
