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
Improves error handling in network requests by adding specific error cases for encoding, decoding, and network issues.
This change ensures that errors during request configuration, data decoding, and network communication are properly caught and wrapped in a `NetworkError` enum, providing more informative error messages to the user.
0 commit comments