Closed frappeerpnext closed 1 year ago
@frappeerpnext - yes this is something that needs to be added. I'll try adding it in.
Yes, I hope this will be added soon. These error information is very useful and we save a lot time to customize friendly message to end user.
Thanks,
Hi Guys, I have update and test it. Working perfect.
Big Thanks
When we make request via db or call object, if error occur from backend frappe send friendly message to client via _server_messages key. I cannot extract it in .catch((error) { ... }). It seems that you did not include it in error object.
Here is server message when I check in network response.
Could you please help include this message in .catch error object?
Thanks,