Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Error Handling for Async Fetcher Calls
* `GTMSessionFetcher`’s async `beginFetch()` method returns either data or error, but not both (unlike the completion handler-variant) * Without the data, `processedResponseData(from:error:)` has less details and can’t categorize the error correctly * However, the same details can be retrieved from the error’s user info
- Loading branch information