Closed rclark closed 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:
err.unprocessed
cardboard.batch.put
cardboard.batch.remove
This can be used to retry the request, if appropriate.
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:cardboard.batch.put
cardboard.batch.remove
This can be used to retry the request, if appropriate.