rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Replace errors for error, and now it's a string #69

Closed MaicolBen closed 6 years ago

MaicolBen commented 6 years ago

It should be fixed in https://github.com/rootstrap/ios-base/blob/b71af8701ce3a0b324e6b5fbae973ef0410adcc0/ios-base/Networking/APIClient.swift#L168. This doesn't affect model's errors which will continue using the hash

The api base is changing that in https://github.com/rootstrap/rails_api_base/pull/107

glm4 commented 6 years ago

Solved in #71. Closing...