mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

Better control of unprocessed item response to batch requests #138

Closed rclark closed 9 years ago

rclark commented 9 years ago

In the event that a batch request returns unprocessed items, this PR improves cardboard's error response.

If this occurs, the err.unprocessed will be:

This can be used to retry the request, if appropriate.