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
From the original discussion #11558 (comment), the network requests from AlamofireNetwork are now returning NetworkError after #11110 while WordPressOrgNetwork is still returning AFError. It can be confusing in the app where we have two ways of error handling based on the status code based on the network implementation. It'd be more consistent if all Network implementations return the same error type NetworkError based on the status code, also to abstract the implementation of the networking library (Alamofire).