adelevie / parse-ruby-client

A simple Ruby client for the parse.com REST API
MIT License
415 stars 137 forks source link

Leaks Faraday errors #182

Closed henrik closed 9 years ago

henrik commented 9 years ago

We're on 0.3.0. Haven't looked if this is changed in master.

We sometimes have to handle errors like Faraday::Error::ConnectionFailed and Faraday::Error::TimeoutError from the Parse lib – would be great if the Faraday dependency was encapsulated in that respect, and we got Parse::Error or something instead.

rhymes commented 9 years ago

@henrik good point, it's the same in master. Can you work on a PR for it ?

henrik commented 9 years ago

Sure, I'll give it a quick shot :)

marioacarvalho commented 8 years ago

I'm getting this error

Retrying Parse Error #<Faraday::TimeoutError> on request https://api.parse.com/1/push 

It's related?