gca3020 / GABoardGameGeek

BoardGameGeek XMLAPI2 Swift Framework for interacting with games and collections on BGG
MIT License
8 stars 6 forks source link

Enhance BggError.connectionError to add details #4

Open gca3020 opened 7 years ago

gca3020 commented 7 years ago

With the AlamoFire update changing the error handling, the error details are no longer passed through the connectionError enum. It would be nice to add some details, or perhaps just wrap around the entire AFError to include it, so the user could display a valid error message when something is wrong with the network.