You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing error handling has wrong error serialization with .toString(), that leads to [object Object] error messages.
Example:
Error: Retry limit exceeded - [object Object]
at Upload.attemptDelayedRetry (/usr/src/app/node_modules/@google-cloud/storage/build/cjs/src/resumable-upload.js:818:26)
Better solution would be JSON.stringify the error
0 commit comments