You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have now a NotificationService we should use it to display errors to the user whenever something went wrong.
This basically means all HTTP requests.
It would be best if this would be implemented in a very generic way so very little code gets duplicated. E.g. a error handler service that defines a method to handle errornous HTTP responses that can be injected and used.
The text was updated successfully, but these errors were encountered:
Since we have now a NotificationService we should use it to display errors to the user whenever something went wrong.
This basically means all HTTP requests.
It would be best if this would be implemented in a very generic way so very little code gets duplicated. E.g. a error handler service that defines a method to handle errornous HTTP responses that can be injected and used.
The text was updated successfully, but these errors were encountered: