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
Now, there are a lot of places in which we create the ConnectionException and in the future, there will be even more places. Therefore, in order to log all exceptions that have the statusCode set to something else than 4xx or 5xx we should think about some kind of an interceptor that would be launched each time a ConnectionException is created.
I don't think there's any case that's not a 4xx or a 5xx. I think I'd prefer that there's an error logged in that case - even if statusCode == 0.
Now, there are a lot of places in which we create the
ConnectionException
and in the future, there will be even more places. Therefore, in order to log all exceptions that have thestatusCode
set to something else than 4xx or 5xx we should think about some kind of an interceptor that would be launched each time aConnectionException
is created.Originally posted by @paddybyers in #929 (comment)
The text was updated successfully, but these errors were encountered: