event
event copied to clipboard
Improve Error Handling for User Clarity
Describe your enhancement idea
Currently, our error messages display entire objects, causing user confusion. We should streamline the error display to show concise, user-friendly messages for better understanding and enhanced user experience.
Some examples would be:
We can likely add a try-catch block where we parse error strings and try to present the message field. Maybe an addition to ErrorUtils?