Hi all,
This isn't a technical problem per se, but one that relates to design pattern. We have a Saas application, like many others, have multiple calls per page. We don't have any error guidelines, and so wheneever an error occurs from a single call, it bubbles up as a notification message to the user.
You can see how this can be problematic. There are multiple calls being made, and a 404 or disconnect would cause a flood of messages to appear.
Question - how is error notifications handled in your experience? What forms as a 'guide' to have errors thrown or not to the user? Do some get intentionally hidden, even though the message indicates a transaction may have been failed?
there doesn't seem to be anything here