microsoft / EmbeddedSocial-iOS-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your iOS app
MIT License
19 stars 11 forks source link

Handle a case when reachability is true but request wasn't sent to server for some reasons #613

Closed orezhko closed 7 years ago

orezhko commented 7 years ago

In case we receive timeout or error from server we need to cache that operation and send it later

Exception: 401 - we need to run authorization process all other 4xx - don't cache response and send user friendly message about the error