Keira3 icon indicating copy to clipboard operation
Keira3 copied to clipboard

fix: display only the error message for sql-editor

Open alecsci opened this issue 1 year ago • 3 comments

fix #3132

alecsci avatar Nov 20 '24 21:11 alecsci

I would say the "stack" error makes more sense if you're in developer/debug mode

TheSCREWEDSoftware avatar Nov 21 '24 16:11 TheSCREWEDSoftware

Not sure if it's worth doing that much implementation to hide some technical info. I would like to keep the error component dumb as possible.

We could show both information, but put first the error message, and then the last field can be the stack trace. @FrancescoBorzi wdyt?

alecsci avatar Nov 21 '24 17:11 alecsci

We could show both but in a separate way, so the user can focus on the error message first and then if it's useful can also read the stack.

Helias avatar Nov 21 '24 23:11 Helias