v.24.1Improvement

Play UI Handles JSON Exceptions with Adjustments for Issues #52853 and #59303

Play UI understands when an exception is returned inside JSON. Adjustment for #52853. #59303 (Alexey Milovidov).
Play UI now correctly interprets exceptions returned inside JSON responses.

Why it matters

This feature improves error handling in the Play UI by enabling it to understand and properly display exceptions embedded within JSON responses. It addresses the issue reported in #52853, enhancing user experience by providing clearer error feedback when interacting with ClickHouse through the Play UI.

How to use it

No explicit action is required from users; this improvement is automatically applied in the Play UI. When an exception occurs and is returned in JSON format, the Play UI will now recognize and present it appropriately.