Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add error description to batch emptiness validation (#2109)
When invoking BatchRequest#execute(), we ensure the batch contains at least one request to process. Previously this check, did not provide any error message. Now, if the check fails "Batch is empty" will be the message of the resulting exception. Related to googleapis/java-storage#694
- Loading branch information