Hello DevExpress Support,
In our test XAF Blazor app, we sometimes call an external API through a view-controller.
If the API returns an error status code, we would like to display a user-friendly error message. Ideally this user-friendly error message would look like a validation error.
Initially, we tried throwing an exception when the API returns an error code, however this error page is not user-friendly and displays a full stack-trace which is not required:
Is there a way that we could instead display a pop-up message or toast notification to show the error in a more user-friendly format?
Thanks very much for your consideration.
Regards,
Geoff.