You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the new release (1.4.0) treats empty return results sets as invalid responses (MMRecord.m:726-738). Is it correct? It would seem perfectly legit to me to receive an empty set as a result, i.e. of a call to a search API.
The text was updated successfully, but these errors were encountered:
Nope, that's definitely not correct. A little too eager with the error handling on my part. I'll submit an update shortly.
Thanks,
Conrad
Sent from my iPhone
On Jul 4, 2014, at 8:08 AM, Andrea Cremaschi [email protected] wrote:
Hi,
the new release (1.4.0) treats empty return results sets as invalid responses (MMRecord.m:726-738). Is it correct? It would seem perfectly legit to me to receive an empty set as a result, i.e. of a call to a search API.
—
Reply to this email directly or view it on GitHub.
Merged into master and also updated pod spec version to 1.4.1. Thanks again for the error report!
One thing worth noting is that its technically now possible to override this behavior via subclassing the error debugger to provide different failure behavior for an error like that. However, in this case I think that was just an oversight on my part, and actually warranted its own error code, which I added and made it a non-failing error by default.
Hi,
the new release (1.4.0) treats empty return results sets as invalid responses (MMRecord.m:726-738). Is it correct? It would seem perfectly legit to me to receive an empty set as a result, i.e. of a call to a search API.
The text was updated successfully, but these errors were encountered: