Closed alexfarrill closed 9 years ago
I agree - do you want to submit a pull request?
Sure
Here's an example of one way you could implement this: https://github.com/estately/rets/pull/84
OK, this is a new option added in #84, for now it defaults to still raising an error for backwards compatibility, but that will likely be changed in future releases, for now just set the option :no_records_not_an_error => true
when you call find.
It doesn't seem correct that when receiving a reply code "20403" -- "No Object Found" that the request should be retried two more times. Would it be safe to skip retrying in this case?