v.19.14Improvement

Server Exception Got While Sending Insertion Data Is Now Being Processed in Client as Well

Server exception got while sending insertion data is now being processed in client as well. #5891 #6711 (dimarub2000)
Client-side processing of server exceptions encountered during data insertion has been added.

Why it matters

This feature ensures that exceptions occurring on the server while sending insertion data are also handled on the client side. It improves the robustness and reliability of data insertion operations by enabling clients to detect and respond to server-side errors promptly.

How to use it

No special configuration is needed; the client now automatically processes server exceptions that occur during data insertion, providing immediate feedback to users or applications.