Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add error description to batch emptiness validation #2109

Merged
merged 1 commit into from
Jul 15, 2022

Commits on Jul 14, 2022

  1. fix: add error description to batch emptiness validation

    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
    BenWhitehead committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8314bdf View commit details
    Browse the repository at this point in the history