How to return a specific error message from the backend server for the resource update / create?
Hi, I'm using
@nestjsx/crud adapter with Refine. What I want to do is that I want to rewrite some of the services and provide a meaningful error message when there's some validation errors on the backend, and show it on the front-end after saving the content. Is that doable?