Join Slack
Communities
Powered by
What is the correct way to interrupt/stop ksp proc...
# ksp
n
Norbi
04/22/2022, 4:22 PM
What is the correct way to interrupt/stop ksp processing with a friendly compiling error message when an error is detected "deeply" during processing? If I throw an exception it causes an internal compiler error. Thanks.
g
Grégory Lureau
04/22/2022, 4:34 PM
I'm using
environment.logger.error("An error message", classDeclaration)
,
warn
is logged but don't fail the build,
error
does.
👌 1
🙏 1
4
Views
Open in Slack
Previous
Next