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
The app shows network error's if any instead of a generic error anytime an exception is raised.
Actual Behavior
The app always shows generic error i.e Error Occoured which is not helpful , leading to bad UX.
Steps to Reproduce
Try refreshing or launching the app without internet connectivity
Suggested Way Ahead
I would like the implementation of a custom EMS (Error Management System) with a stream and an enum for different error types. Can use the network interceptor once implemented for connectivity status (#35 )
The text was updated successfully, but these errors were encountered:
Expected Behavior
The app shows network error's if any instead of a generic error anytime an exception is raised.
Actual Behavior
The app always shows generic error i.e Error Occoured which is not helpful , leading to bad UX.
Steps to Reproduce
Try refreshing or launching the app without internet connectivity
Suggested Way Ahead
I would like the implementation of a custom EMS (Error Management System) with a stream and an enum for different error types. Can use the network interceptor once implemented for connectivity status (#35 )
The text was updated successfully, but these errors were encountered: