Refactor: remove client side validation in favor of returning server side errors #1996
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
type: cleanup
An internal cleanup or hygiene concern.
Per @frankyn an audit was conducted to identify client side validations / exceptions that should be removed in favor of relying server side validation. This will reduce potential issues should the server ever change or add additional checks or types. I will link the appropriate documents to the internal tracking ticket. This is considered a breaking change as users may be relying on the current messages thrown from the client.
The text was updated successfully, but these errors were encountered: